Jump to content

4144

Core Developers
  • Content Count

    1190
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by 4144

  1. run mobskilldbconverter.py and it will show some help. For run it need python 2, for windows this mean need install it before run converter. In linux most time it already installed
  2. yes, will be increased. new ragnarok client support item id at least up to 2147483648. And hercules will support it too. For old clients it will be limited up to 65535.
  3. see different converters in tools directory. For mob skill db you need mobskilldbconverter.py
  4. no, you looking wrong field. issue with char_id. char_id must be 15000 or bigger
  5. this is known innodb issue. First character can have wrong id. Fix it manually or remove character with id smaller than 150000
  6. @hendra814 new clients not using any packets obfuscation
  7. 4144

    Nemo patcher

    Oh, i have it not pushed fixed too... WIll push after some time
  8. this error is simple. you running your exe not in hercules directory. it MUST be where all files located and not any other dirs like you did. Probably this is issue in your visual studio project configuration.
  9. create issue in nemo bugtracker about buttons https://gitlab.com/4144/Nemo/issues
  10. @luizragna on forums and on wiki was already too many guides how add new maps... For build any plugin if you know it's name. run: make plugin.NAME for mapcache.c this command will be: make plugin.mapcache
  11. @noobzter003 what server you using? Hercules i think already have new packet support for AOE skills
  12. by default new clients not have obfuscation enabled nemo i think cant add keys for this new clients. but technically it's possible. In future i will try to check how to fix it
  13. in ACMD(showbuff) in line 275 you show error message and p is NULL, and after call clif->party_info(p), this call your overloaded function clif_party_info_overload, and here it validate parameter for NULL and show error message.
  14. in hercules look like no at command for change char sex. Char sex can be changed from scripts only
  15. some files in grf probably need rename from name_kr.lub to name_LANG.lub where LANG is language name related to langtype 6
  16. 4144

    Nemo patcher

    Added new patch "Set fixed job id in char create dialog" It allow set fixed job id on char creation. Should works for doram clients
  17. struct unit_data *ud = unit->bl2ud(bl); if (ud == NULL) return false; script_pushint( st, ud->skill_id ); // always return 0 //script_pushint( st, ud->dir ); // works something like this
  18. idk. this is not supported feature by gravity. it may works or may not. But it will not works by default. atleast need change client resources grf or data folder
  19. @Asheraf resources probably removed, but code look like exists, at least partially
  20. i not see changes in initial packet
  21. @Slicer what client version?
  22. unit->bl2ud some times may return NULL, and plugin may crash because this
  23. it probably located in data directory
  24. from message mean something wrong with navigation
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.