what rathena version are you using ? is it latest one ?
I think I got this issue but its a very long time ago and should have been fixed if you're using latest rathena.
This might be the issue if you changed from original settings.
conf/battle/status.conf
// Will certain skill status-changes be removed on logout?
// 0 = (Default) Only remove status that has the SCF_NO_SAVE flag.
// 1 = Remove negative buffs (status that are flagged as debuff)
// 2 = Remove positive buffs.
// 3 = Remove all.
debuff_on_logout: 0
your client should read the highest priority of grf.
So make sure your sclientinfo.xml or clientinfo.xml is in your highest priority of grf. Check DATA.ini for the priority list.
I assume your client are reading sclientinfo.xml or clientinfo.xml and not customized to read other files.
If you want to change the picture, it should be here : data\texture\유저인터페이스\display_mapname\ . Maybe try to find this in data.grf
About the text, it should be here : System/mapInfo_true_EN.lub if you are using Chris English Translation https://github.com/llchrisll/ROenglishRE
its because of your client files.
Try to use chriss translation if u didnt : https://github.com/llchrisll/ROenglishRE
And you're using 2020 client so i assume your setup is renewal.
The problem might because of conflict of files (example this server is renewal but you're using pre-re izlude) and also mapcache conflict.
I dont know you are using emblems web service or not, but have setting to enable or disable it in config/application.php.
'EmblemUseWebservice' => true, // Load emblems from WebService?
Add in item_combos.yml for that item
{ bonus bLongAtkRate,getequiprefinerycnt(EQI_HEAD_TOP); }
Didnt tried it yet, but should be like this.
- Combos:
- Combo:
- J_Captain_Hat
- Antique_Pipe_J
Script: |
bonus bLongAtkRate,getequiprefinerycnt(EQI_HEAD_TOP);
I think I saw some projects on randomizer in git.
Maybe you can use or contribute in this project then : https://github.com/Die4Ever/ragnarok-online-randomizer