Jump to content

4144

Core Developers
  • Content Count

    1188
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. 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
  2. 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.
  3. 4144

    Nemo patcher

    i think this is server issue with time, but as temp workaround nemo patch can be ok too thanks
  4. well for alternative client utf8 works fine. this client internally using utf8 too.
  5. 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
  6. probably you had tables of columns in wrong collation in db. for all objects collation should be same
  7. 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
  8. no, but you can check patches what you need on different clients here http://nemo.herc.ws/clients/
  9. 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
  10. probably you did error in your mod? try test on clean hercules
  11. Most 2018 clients ragexe and ragexe zero not have themida, and herc support all of them.
  12. @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
  13. @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.
  14. 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
  15. 4144

    Equipment Replace

    use script command openstylist
  16. 4144

    Equipment Replace

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

    Nemo patcher

    Fix patch look like need not for all clients http://nemo.herc.ws/patches/FixActDelay/
  20. 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
  21. 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";
  22. 4144

    Nemo patcher

    @Functor How this patch should be named? "Fix act delay"?
  23. 4144

    Nemo patcher

    Enabled patch Remove hardcoded address/port for all clients. This patch from version 2018-11-14 must be used for all clients. Add new patch Change fade in/out delay for change fade out delay or completely removing it.
×
×
  • Create New...

Important Information

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