Jump to content

Bizzy

Inactive Member
  • Posts

    41
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bizzy

  1. [Hidden Content] thanks for the system but, can you me say how i can include the level on introselect and have anyone this [Hidden Content]
  2. Hello all, i used freebsd 12.1 and i install GDB but when i will use this i become this error "ld-elf.so.1: /usr/local/bin/gdb: Undefined symbol "pthread_setname_np@FBSD_1.6"" and i dont know how i can fix that.
  3. i dont understand what are happening?? DrTurk ..... what is this give a normal answer
  4. yes @WeedHex fixed std::vector <LPITEM> item_gets NULL; to std::vector <LPITEM> item_gets; okay CTargetManager::Instance().CreateTarget(ch->GetPlayerID(), C_ZONE_INDEX_TARGET, pkLeaver->GetName(), C_FIGHT_INDEX,pkLeaver->GetVID(), NULL, ch->GetMapIndex(), "1"); here is the error NULL
  5. struct FCFight { LPCHARACTER pkLeaver; DWORD stateType; FCombatFight(LPCHARACTER ch, DWORD state) : pkLeaver(ch), stateType(state) {} void operator() (LPENTITY ent) { if (ent->IsType(ENTITY_CHARACTER)) { LPCHARACTER ch = static_cast<LPCHARACTER>(ent); if (ch && ch->IsPC()) { switch (stateType) { case C_FIGHT_ADD: { TargetInfo * pInfo = CTargetManager::instance().GetTargetInfo(ch->GetPlayerID(), COMBAT_FIGHT_INDEX, pkLeaver->GetVID()); if (!pInfo) CTargetManager::Instance().CreateTarget(ch->GetPlayerID(), C_ZONE_INDEX_TARGET, pkLeaver->GetName(), C_FIGHT_INDEX,pkLeaver->GetVID(), NULL, ch->GetMapIndex(), "1"); } break; case C_FIGHT_REMOVE: CTargetManager::instance().DeleteTarget(ch->GetPlayerID(), C_FIGHT_INDEX, pkLeaver->GetName()); break; } } } } };
  6. Thx but the error with NULL is still same
  7. Hello, when i compiling the source i become this error. i used freebsd 12.1 and i dont understand the problem [Hidden Content] [Hidden Content] i try NULL to nullptr but still same error when i try NULL to 0 gamecore Pls help me or say me how i can fix that.
  8. i have this fixed but still problem is server sourccec compiling [Hidden Content] fixed for people have the same problem compile all folder shared etc
  9. mysql_real_connect: Access denied for user 'admin'@'localhost' (using password: YES) AsyncSQL: closing mysql connection. failed, retrying in 5 seconds failed, retrying in 5 secondsSuccess COMMON connecting to MySQL server (hotbackup) CREATING DIRECT_SQL AsyncSQL: locale euckr mysql_real_connect: Access denied for user 'admin'@'localhost' (using password: YES) AsyncSQL: closing mysql connection. i dont know how i can edit this fixed!!!!! but server source compile [Hidden Content]
  10. is fixed i switch to freebsd 12.1 and is okay sry can you make a tutorial for ishop or so? ^^
  11. dont work Starting php_fpm. /usr/local/sbin/php-fpm: Undefined symbol "setproctitle_fast@FBSD_1.5" [23-Feb-2021 12:13:11] ERROR: no data have been read from pipe /usr/local/etc/rc.d/php-fpm: WARNING: failed to start php_fpm
  12. Solved problem was in questnpc.cpp i found the problem
  13. Hello, i have a little Problem with Questboard like this: [Hidden Content] normal is -> Close button i check Strings but i dont find the problem anyone can me help? no sysrr server or clientside Ty
  14. Hello, I search Combat Zone was give automatic rank 1 2 3 a medal. pls for small money thx
  15. Geht danke für deinen Beitrag, okay, ich verstehe, aber eine Frage ist gehört: isActivated, usedAmount, totalAmount = metinSocket[:3] wichtig? aber warum das? Aber ich muss meinen Fehler beheben
  16. Hello @all, this is i think my first Release pls dont hate me for my codestyle im a noob [Hidden Content] Install: Search in uiinventory.py: def RefreshBagSlotWindow(self): inside this: self.wndItem.DeactivateSlot(slotNumber) add: if itemVnum >= 72723 and itemVnum <= 72726: metinSocket = [player.GetItemMetinSocket(slotNumber, j) for j in xrange(player.METIN_SOCKET_MAX_NUM)]# <!> globalSlotNumber may be different <!> if isActivated: self.wndItem.ActivateSlot(i, (238.00 / 255.0), (000.00 / 255.0), (000.00 / 255.0), 1.0) else: self.wndItem.DeactivateSlot(slotNumber) if itemVnum >= 72727 and itemVnum <= 72730: metinSocket = [player.GetItemMetinSocket(slotNumber, j) for j in xrange(player.METIN_SOCKET_MAX_NUM)]# <!> globalSlotNumber may be different <!> if isActivated: self.wndItem.ActivateSlot(i, (000.00 / 255.0), (000.00 / 255.0), (238.00 / 255.0), 1.0) else: self.wndItem.DeactivateSlot(slotNumber) this is all pls dont hate me ..... have a nice day all
  17. hmm when a make it like 1,5 or 1.5 nothing happend [Hidden Content]
  18. little problem when leader is still online [Hidden Content] hp bar dont refreash pls help
  19. this [Hidden Content] SYSERR: Jul 28 19:22:29 :: PlayerLoad: InputDB: PlayerLoad : BizzyShaman already exist in game SYSERR: Jul 28 19:27:30 :: PlayerLoad: InputDB: PlayerLoad : BizzyShaman already exist in game Process: FDWATCH: peer null in event: ident 20
  20. Hello @all, i have a problem with the command: /go a/b/c and /ip clear complete inventory first: when a use /ip client crashed no sysrr 2: when a used /go a/b/c then client stuck on the loading screen like: [Hidden Content] and idk what happend... is it serverside or clientside (i think server but idk) can me anyone give me a info or help ty
  21. ich have this bug: [Hidden Content]
  22. @Cripplez Look mob_proto like: 8001 is STUN,SLOW,CURSE,TERROR make it to STUN,SLOW,CURSE,TERROR,POISON Control -> lenght.h EImmuneFlags like [Hidden Content] and ItemData.h -> is the same
  23. [Hidden Content] when i change the arrow the bow is buged same is when i click charwindow skill "+" the bow is like the video buggy
  24. [Hidden Content] when i change the arrow the bow is buged
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.