4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
old clients cant works with data from new client versions. Last Asheraf's repository commit support only last RagexeRE clients. if you want older translations, you can try to use old commits from his repository. Also not only translations must be correct versions but also all other data in grf. This mean if you want use 2015 client, find somewhere official kro grf and other files for 2015 client. and after if you can you can try to port to it some new data
-
if you using 2016 exe, then you must use lua/txt and other files from 2016 version. 2018 files with outdated client exe may not works.
- 10 replies
-
- sprite
- custom quest
-
(and 2 more)
Tagged with:
-
Warnings appeared after disabling renewal setting
4144 replied to midaswhisper's question in General Server Support
it also can be as number or other custom constants name. for example bonus2 2061, ... -
look like you posted two same screens of servers two times. But in this screens missing connection to map server from client. this probably mean map server listen on wrong ip or some configuration address issue
-
ah then this patch dont need
-
For ragexe clients after 2018-03-14 need enable patch "Disable Cheat Defender Game Guard" and also put cdclient.dll from nemo into client directory.
-
this error mean client not exists or some other program not allow to open it. Probably you run client and want to patch it at same time. In windows this is impossible. First close client, then try to patch it. Also client can be locked by antivirus. But you should got messages about it.
-
Your stack trace show what you not using latest hercules code. If you using old hercules version, you should say commit id. If you using custom modifications in code, you should check same error on hercules without your custom modifications. And show crash stack
-
this is not related to nemo. You have wrong lua files for your exe. for each exe version you must use lua and other files for exact same version. older or newer files may not works
-
try resize game to resolution with width multiply of 4. For example 640, 1024, 1028, or some thing else in same way. If this is not helped, try use resolution width in power of 2. for example 512, 1024, 2048, etc. This is known bug in nvidia drivers and may be in some other.
-
you have any custom changes? because look like error lines not present in latest hercules code
-
after crash, in gdb type bt and show output. and better copy text and not images
-
in Asheraf's repository present only translations. If you using some client exe, you must put sprites and other files for this exact version. Older or newer files may not works.
-
Error compiling 3Ceam windows 10, Visual Studios 2017
4144 replied to Louis T Steinhil's topic in 3CeAM Support
you have 80 compilation errors, but not show them. also look like you using old project files or/and old sln file? because hercules not have separation for sql and txt -
check your custom scripts where you using script command setparam. somewhere you using wrong value.
-
In RE clients cheat defender not exists. This patch need only for ragexe
-
@rans now you can test pull request with support for 64k packets for old clients, and almost unlimited for new clients. https://github.com/HerculesWS/Hercules/pull/2134
-
for fix issue need first know what is isue. You now showed stack or any info except crash. run server under gdb and show call stack after it crashed.
-
in packets item id field size increased from int16 to int32 from 2018-07-04 RE about valid item id i not checked. probably it still limited to 32k or 64k. Also interesting fact. in player move/stand packets increased only weapon field and not other slots. probably this mean big id will be used only for non equipment? here you can see pr with changed packets https://github.com/HerculesWS/Hercules/pull/2126
-
client-side Creates a DATA GRF AND Ragexe
4144 replied to Authentic's question in Client-Side Support
in normal kro exists two clients ragexe and ragexeRE. in zero client named ragexe too. but it related only for ragnarok zero server. with hercules you can use one of this clients. Grf need use for same server from where you get client. Simplest way it install kro and use oficial updater or rsu to update it to latest version. Then download unpacked exe and patch it. If you want one of old versions, here is harder. need find full client version bit older than you selected and apply all missing updated. You may have different errors with lua or other files. Try search forums about this errors or ask in irc or discord. -
client-side Creates a DATA GRF AND Ragexe
4144 replied to Authentic's question in Client-Side Support
supporter clients kro: ragexe, ragexeRE kro zero: ragexe -
2018-06-05bRagexeRE closing when trys to open
4144 replied to luan122's question in Client-Side Support
yes, don't change any encryption options in nemo. -
converter works fine with correct data. report was about malformed configs. If you see error with some value like "006", then search it in your changes and fix to normal "6" etc.
-
run mobskilldbconverter.py and it will show some help. For run it need python 2, for windows this mean need install it before run converter. In linux most time it already installed