Jump to content

4144

Core Developers
  • Content Count

    1187
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. then on old hercules try call getnpcid as getnpcid("MYNPC") or may be it not exists in your hercules. look for getnpcid in atcommand.c
  2. probably you using too old hercules or some bad mod of plugin? try test your script on latest clean hercules. from script file look like this is ratnena? then not sure may be getnpcid in rathena always need npc name as parameter. something like: getnpcid("MYNPC")
  3. if you using mods, you can change any structs and add anything what you need. getFromMSD need only for plugins, because from plugin you cant change existing structs but can change only data
  4. I add link for card/gpay in first message. atleast for some people it works.
  5. Try this donation link <removed> Should works with cards/google pay. Look like it partially translated to english and it count donation in russian rubles...
  6. this error show what you have wrong or missing external settings file.
  7. no target amount. and i planning complete atleast some features described in "what need to add" section, but no time and no donations, i not working on it for now
  8. no. and funding look like not working. no one interested in this features.
  9. wrong or missing externalsettings file. for use always korean external setting file use patch http://nemo.herc.ws/patches/AlwaysReadKrExtSettings/
  10. it can mean missing patch http://nemo.herc.ws/patches/DisableFilenameCheck/ or if you using 2019 client or near, then you must use cdclient.dll from nemo.
  11. text messages in msgstringtable numbers in server configs
  12. try run run copy of your server in vps as test server. on test server try remove plugins and custom changes. if it works fine, try slowly add your changes. or issue can be in one of config or db files. for check this try build for test server completly clean hercules version and check is issue present or not.
  13. 4144

    Python plugin

    you can share pythin plugin? probably will be good to add it as sample plugin into hercules
  14. 4144

    Python plugin

    undefined referenced like show what you not linking with python library. need something like but probably with full path to libpython.so with version number in name you can see what library to use in other programs what linked to python.
  15. 4144

    Nemo patcher

  16. also fix is here https://github.com/HerculesWS/Hercules/pull/3103
  17. i checked in your client version. look like this client using weight as raw value. other clients using it as multiply to 10. i will try to do generic fix for old clients. but for you for quick fix, find in clif.c line item->weight = id->weight * 10; and replace to this item->weight = id->weight;
  18. you link is not working, you can see in shop more than one item? if no probably you again build hercules in wrong way?
  19. then set correct packet version and client type and try rebuild your server. after server run it should show correct packet version and client type. See here http://nemo.herc.ws/downloads/2020-07-29aRagexeRE/#build-on-windows
  20. your client look like not exists. also if you set wrong packet version or client type you can get many different issues. here should be all clients from 2010 and newer. here your client name is not present http://nemo.herc.ws/clients/
×
×
  • Create New...

Important Information

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