Jump to content

.Avenue™

Premium
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Everything posted by .Avenue™

  1. int pet_is_mine(lua_State* L) { LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr(); LPCHARACTER pet = CQuestManager::instance().GetCurrentNPCCharacterPtr(); lua_pushboolean(L, pet && pet->GetRider() == ch); return 1; } doesn't work do anyone know an other solution?
  2. Hello, how I can made a weapon-costume system? I have this: [Hidden Content] but idk what's todo here: enum ECostumeSubTypes { COSTUME_BODY = ARMOR_BODY, COSTUME_HAIR = ARMOR_HEAD, COSTUME_WEAPON = ??????????, COSTUME_NUM_TYPES, };
  3. syserr client: syserr ch1: [Hidden Content] syserr auth: [Hidden Content] syserr db: [Hidden Content]
  4. only things that I done: Metin2Servercheck deactivated TP/MP 32767 overflow Fix kills were just counted once(quest) 100% tp/mp after warp/relog internal ip fix 4 Inventories
  5. If I change CHARACTER_NAME_MAX_LEN to 48 (game & binary), I can't connect to the server
  6. I can only find ITEM_NAME_MAX_LEN there But I need npc name max len or something similar.
  7. hey, how I can change this? (limit is 24, I think) There have to be "Vahapopo - Dickes Henkerchen" i hope anyone can help me
  8. and then? OMG ,OMG Try to recompile the game ))))))))))))) I was a bit confused & tired yesterday.
  9. root@develope:/usr/src/mainline/Srcs/Server/db/src # gmake p4: not found p4: not found p4: not found linking ... /usr/bin/ld: cannot find -lmysqlclient Makefile:51: recipe for target '../db_r' failed gmake: *** [../db_r] Error 1
  10. linking ../game_r40250_32.... /usr/bin/ld: cannot find -lpoly Makefile:137: recipe for target '../game_r40250_32' failed branch: mainline
×
×
  • 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.