Jump to content

ATAG

Active Member
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by ATAG

  1. Try a quest with: quest hairbugfix begin state start begin when login begin affect.remove_hair() pc.set_part(PART_HAIR, 0) set_state(_COMPLETE_) end end state _COMPLETE_ begin end end
  2. Hi! I have a little problem, i hope that someone can help me. I put my horse level to 21, relog and my horse is dead. syslog: I've got no idea, why is the m_eventStaminaConsume pointer 0x0. UP: Some itresting in player.player: horse_hp=21, stamina=120, level=0 hp_droptime=0 O.o UP2: After i corrected the horse stats in db manually, /horse_state command cause crash /horse_summon says that my horse is dead... Final update: After i've cleaned and recompiled my game, the problem has gone away...
  3. You can create it from client's mob_proto with gold_min/gold_max = 0
  4. Dungeon creation will fail with some map index. I don't know why... so try an other index (e.g. 60)
  5. Hi! Does anyone know, how "Type Multi", "Type Special", "Type Pct" etc. works in special_item_group? I think Multi is for get multiple items (like azrael chest from) but how? Thx
  6. Non tested: This difference file has been created by IDA Pro game_r40250_32 001B2C33: 8F 8D
  7. Why not in /usr/lib32 ? and for mysql: make WITH_XCHARSET=all install clean
  8. Try the official item_proto, if it works then you have to copy the scrolls from it...
  9. And what about char_skill.cpp ? if ((0 != pkSk->dwAffectFlag || pkSk->dwVnum == SKILL_MUYEONG) && (pkSk->dwFlag & SKILL_FLAG_TOGGLE) && RemoveAffect(pkSk->dwVnum)) { return true; } if (IsAffectFlag(AFF_REVIVE_INVISIBLE)) RemoveAffect(AFFECT_REVIVE_INVISIBLE);
  10. Change your locale settings (windows) to en or something else...
  11. delete the domain (?) and add "nameserver 8.23.224.120" (this is dynupdate.no-ip.com's address).
  12. "Á¦Á¶Ă˘ŔĚ ż­·ÁŔÖÁö ľĘ˝Ŕ´Ď´Ů"; "Cube window is not opened"; "Á¦Á¶ Ŕç·á°ˇ şÎÁ·ÇŐ´Ď´Ů"; "Not enough ingredients"; "µ·ŔĚ şÎÁ·ÇĎ°ĹłŞ ľĆŔĚĹŰŔĚ Á¦ŔÚ¸®żˇ ľř˝Ŕ´Ď´Ů." "Not enaough Yang"; "Á¦Á¶żˇ ˝ÇĆĐÇĎż´˝Ŕ´Ď´Ů." "Production failed";
  13. You can't decompile it, but you can download... [Hidden Content]
  14. There's no coins row in player.player, try account instead. "SELECT coins from account.account WHERE id="..pc.get_account_id().." LIMIT 1"
  15. I have it only with HUN locale... Cor's are missing, maybe next time...
  16. Put a say("something") after wait(). "wait(); return" makes this bug (as i remember)
  17. Maybe a "chown -R mysql:mysql /var/db/mysql" ?
  18. @fenixplayscz: try to recompile extern/cryptopp
  19. Open with Notepad++, press ctrl+H and change "LocalizedNAme" to "gb2312name" and " Name=" to " name=".
  20. This error can caused by a wrong quest, maybe an endless while loop somewhere?
×
×
  • 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.