4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
How to decrypt packages on official server
4144 replied to javierlog08's topic in Development Discussion
this will not help. now client using real encryption. And encryption changed by time -
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
-
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.
-
well for alternative client utf8 works fine. this client internally using utf8 too.
-
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
-
probably you had tables of columns in wrong collation in db. for all objects collation should be same
-
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
-
quick questions >>> Does Herc supports 2018-06-20 client?
4144 replied to BuLaLaKaW's question in Client-Side Support
no, but you can check patches what you need on different clients here http://nemo.herc.ws/clients/ -
@whodrops repeatedly show different values for single mob
4144 replied to fourxhackd's question in General Server Support
Ah, then this is issue in reloading mob db -
quick questions >>> Does Herc supports 2018-06-20 client?
4144 replied to BuLaLaKaW's question in Client-Side Support
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 -
@whodrops repeatedly show different values for single mob
4144 replied to fourxhackd's question in General Server Support
probably you did error in your mod? try test on clean hercules -
Most 2018 clients ragexe and ragexe zero not have themida, and herc support all of them.
- 4 replies
-
- map
- visual bug
-
(and 1 more)
Tagged with:
-
@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
-
@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.
-
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
-
use script command openstylist
-
No, it's not added yet.
-
Change language can't use accents or "ç"!
4144 replied to gilbertobitt's question in Client-Side Support
yes you can create external settings file for your lang type or use patch with one external settings file for any lang types -
Change language can't use accents or "ç"!
4144 replied to gilbertobitt's question in Client-Side Support
if you change langtype need use patch "Always load Korea ExternalSettings lua file" -
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
-
How to enclose qoutation to string variable
4144 replied to astralprojection's question in Script Support
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"; -
Where and how to translate server capacity information
4144 replied to gilbertobitt's question in Client-Side Support
msgstringtable