Jump to content

4144

Core Developers
  • Content Count

    1191
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by 4144

  1. converter works fine with correct data. report was about malformed configs. If you see error with some value like "006", then search it in your changes and fix to normal "6" etc.
  2. 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
  3. 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.
  4. see different converters in tools directory. For mob skill db you need mobskilldbconverter.py
  5. no, you looking wrong field. issue with char_id. char_id must be 15000 or bigger
  6. this is known innodb issue. First character can have wrong id. Fix it manually or remove character with id smaller than 150000
  7. @hendra814 new clients not using any packets obfuscation
  8. 4144

    Nemo patcher

    Oh, i have it not pushed fixed too... WIll push after some time
  9. 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.
  10. create issue in nemo bugtracker about buttons https://gitlab.com/4144/Nemo/issues
  11. @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
  12. @noobzter003 what server you using? Hercules i think already have new packet support for AOE skills
  13. 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
  14. 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.
  15. in hercules look like no at command for change char sex. Char sex can be changed from scripts only
  16. some files in grf probably need rename from name_kr.lub to name_LANG.lub where LANG is language name related to langtype 6
  17. 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
  18. 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
  19. 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
  20. @Asheraf resources probably removed, but code look like exists, at least partially
  21. i not see changes in initial packet
  22. @Slicer what client version?
  23. unit->bl2ud some times may return NULL, and plugin may crash because this
  24. it probably located in data directory
×
×
  • Create New...

Important Information

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