Jump to content

4144

Core Developers
  • Content Count

    1191
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by 4144

  1. zero is another server created by gravity. It was created with some additional features if compare to normal kro. But most changes from zero going to normal client and changes from normal client going to zero. Often zero client getting new features before main clients. For example in past inventory expansion was added to zero first. And now barter shops added to zero. Hercules support all 3 client types from kro ragexe, ragexeRE and from zero ragexe. Clients exe you can download from here (unchanged versions from official and mirrors): http://nemo.herc.ws/downloads/ If you want very latest features in hercules need use pull request https://github.com/HerculesWS/Hercules/pull/2339 until it was not merged to hercules.
  2. packet 0x044A is client version. Look like some old client sending it on connect, for now you can ignore warning about 0x044A. It will be added in some new hercules versions
  3. this will not help. now client using real encryption. And encryption changed by time
  4. 4144

    Nemo patcher

    i don think reports exists some where. And patch pushed http://nemo.herc.ws/patches/ChangeDisplayCharDelDelay/#success-clients works almost on all 2018 clients and on some 2017 clients
  5. 4144

    Nemo patcher

    yes i undestand. i mean people reported what this date completely broken, but it really can be fixed in server side. But different options is good Will push into nemo after nemo site pipeline will complete.
  6. 4144

    Nemo patcher

    i think this is server issue with time, but as temp workaround nemo patch can be ok too thanks
  7. well for alternative client utf8 works fine. this client internally using utf8 too.
  8. in hercules configs two parameters for codepage "codepage" and "default_codepage" if you want use 1251, probably need set it to both. also default codepage exists in mysql.cfg. try set it to 1251 too
  9. probably you had tables of columns in wrong collation in db. for all objects collation should be same
  10. you cant run get2.py as is. you need give client name to id as is you can use for example get_2018-12-19bRagexe.py
  11. no, but you can check patches what you need on different clients here http://nemo.herc.ws/clients/
  12. Herc support almost all client versions. Better use 2018-06-21 RE if you want old clients. because 2018-06-20 RE have some issues. If you want recent clients, use any of latest from 2018-12-XX main/re/zero For features added in 2018-12-19 clients you should use this pull request https://github.com/HerculesWS/Hercules/pull/2339
  13. probably you did error in your mod? try test on clean hercules
  14. Most 2018 clients ragexe and ragexe zero not have themida, and herc support all of them.
  15. @Dastgirsimple regeneration is not enough? i dont think db updated very often on production. and for update sql tables, need simply run generated sql scripts
  16. @Anubis1992 using sql db for static data (mob db, item db etc) is useless. it can be very slow and use too much memory. Hercules allow for people who want use web app get whole static dbs in sql, but hercules itself not using them and this is correct. Another thing. sql db is very limited for static data. Ra using very limited dbs too. But correct config format allow add as many as want additional features and flags into statiic dbs. Try to compare item_db.conf and sql table from ra. will be too much difference.
  17. for static data as items, mobs etc, hercules not support sql at all. In sql stored only dynamic data. For examples chars, logins. But hercules allow generate sql tables with items, mobs and other static files for web applications. Need use hercules plugin db2sql. Try search on github wiki or forums about db2sql
  18. 4144

    Equipment Replace

    use script command openstylist
  19. 4144

    Equipment Replace

    No, it's not added yet.
  20. yes you can create external settings file for your lang type or use patch with one external settings file for any lang types
  21. if you change langtype need use patch "Always load Korea ExternalSettings lua file"
  22. 4144

    Nemo patcher

    Fix patch look like need not for all clients http://nemo.herc.ws/patches/FixActDelay/
  23. 4144

    Nemo patcher

    Nemo updated New patches: Copy patched Cheat Defender Game Guard Fix achievement counters for each type of achievement Fix act delay for act files with many frames Also now with nemo distributed plugin for extend Nemo features. New features: Can be translated almost all text lines. In User interface and in patches. Support for right to left text direction. Translations for Russian and Arabic languages. Menu help Devs features: Function what called in each patch after user pressed "apply" button. New script variables PLUGIN_VERSION, SRC_CLIENT_FILE, DST_CLIENT_FILE. New script functions for translations _(text), N_(text) New script function for copy files copyFileToDst(srcPathWithName, dstName) More info in changelog: https://gitlab.com/4144/Nemo/blob/master/ChangeLog.md#2018-11-23-different-updates
  24. better use way how suggested @Asheraf, because it allow use good translation, but if you want strings concatenations, use this code: atcommand "#warp \"" + .@playername$ + "\" " + .arena_map$ + " 22 50";
×
×
  • Create New...

Important Information

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