Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. Client not support utf-8 you should save your script in codepage for selected language.
  2. probably old nemo? in some clients was issue with read data folder first. I have patched exe with same version, works fine
  3. clientinfo/sclientinfo always can works same. You may change only server types if ragexe/ragexeRE example https://gitlab.com/4144/Nemo/blob/master/configs/zero/clientinfo.xml what emulator you using? you really changed packet version?
  4. probably wrong patches in your client or bad configured emulators or wrong clientinfo/sclientinfo
  5. 4144

    Nemo patcher

    probably you using python3. use python2 or use compiled python script to exe, from other download ways
  6. clientinfo.xml and sclientinfo.xml format was not changed
  7. Also if you using outdated client exe as 2018-06-21 you must use data grf for this outdated version. You can use latest grf, or client may works with bugs Also translations may break anything, because this if have some issues at first need remove all translations and custom modifications to data and grf
  8. i can be wrong, but look like item adjust works only on loading mob db
  9. this is still issue. Issue with existing scripts
  10. probably missing options because chance too low?
  11. New hotkeys/shortcuts http://imgc1.gnjoy.com/ufile/common/2019/04/12/014334_tnvh5Gat.gif For use this shortcuts need client: ragexe from 2019-05-22 ragexeRE from 2019-05-08 ragexe_zero from 2019-05-15 Already in hercules
  12. try this plugin https://github.com/HerculesWS/StaffPlugins/tree/master/Haru/naviluagenerator
  13. You can use any clients. But limits: is you can get data/grf for same client version and patches what you need from nemo
  14. 4144

    Old Client

    In packets.h only packets send from client, and your sample packets look like only server to client packets.
  15. 4144

    Old Client

    If old packet was correct, and look like it never was changed, this error mean you using wrong packet version or client type if at 2009 sakray mean sakexe, then you need use in mmo.h ENABLE_PACKETVER_SAK. Anyway if client somehow works even with this errors, it can be fine for testing. this errors is packets validation, but it not prevent to send/receive packets. it only show what packets wrong
  16. only client. db you can change or fill by self
  17. 4144

    Old Client

    Xray look like is some custom name. Also look like version 20091013 is wrong. This is probably internal kro build version, but need released client version. In 2009 was 3 different clients ragexeRE, ragexe, sakexe. And you can set type for each of it in hercules. Packets can be different for all of them If you using windows see in mmo.h for //#define ENABLE_PACKETVER_RE for ragexeRe, //#define ENABLE_PACKETVER_SAK for sakexe. For ragexe dont need uncomment client type If you using linux, can do same or use configure parameters for change packet version and client type
  18. http://herc.ws/board/topic/16391-2018-06-2021ragexere-char-select-fix/
  19. this is also can be issue with latest grf and very outdated client exe. In this forum was link somewhere with some old textures to fix this issue
  20. try update hercules to latest version. now it should not show errors about this packet
  21. Display group (titlte) and icon for mobs, homunculus, npc, mercenaries For set icon in some way need get bl_id of npc, mob etc and call function: Set icon setunitdata(GID, UDT_GROUP, ID) Icon files stored in directory data/texture/유저인터페이스/group/group_ID.bmp Where GID is bl id of being, ID is icon id. Example for npc: setunitdata(getnpcid(), UDT_GROUP, 3); It will use this image: data/texture/유저인터페이스/group/group_3.bmp Set group setunittitle(GID, group_name); Where group_name is any name what you want assign to group Example for npc: setunittitle(getnpcid(), "Hercules"); Sample images Works from versions: ragexe from 20180207, ragexeRE from 20171129, ragexe_zero from 20171130
  22. 4144

    Nemo patcher

    @Functor look like your changes affect starting from 2015 clients. And Nemo updated
  23. 4144

    Nemo patcher

    thanks
  24. Use patch http://nemo.herc.ws/patches/IncreaseHairSprites/ 64k patch works normally for old clients only. Successful show only what patch can be enabled. But it not show is client crash or not.
×
×
  • Create New...

Important Information

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