Jump to content

Bizzy

Inactive Member
  • Posts

    41
  • Joined

  • Last visited

  • Feedback

    0%

About Bizzy

Informations

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Bizzy's Achievements

Enthusiast

Enthusiast (6/16)

  • Very Popular Rare
  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

99

Reputation

  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
×
×
  • 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.