Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. Can you laborate more about 'cant get in' ? What error, what information given from client, etc.
  2. 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
  3. 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.
  4. You need to hex client to do that if possible. What I know from nemo you can just restore or move the icon.
  5. I saw the cash shop button at the right side there.
  6. 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
  7. This one. Create new user with the same credentials username, password, hostname in your servers.php.
  8. as it says, its not allowed. In your database, go to privilege tab and create new user, add your host, user, password there.
  9. try to delete the izlude map inside the grf.
  10. 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.
  11. reset look but reset it to 1, not to 0.
  12. The attendance ? data\texture\유저인터페이스\check_attendance\ You can replace the images there.
  13. Restart server ? Or... @unloadnpcfile npc/blabla.txt @loadnpc npc/blabla.txt
  14. what do u mean lost ? Functor is still active if im not mistaken. @Functor and his 3rd party services still available :
  15. Yes, web athena still need to pull https://github.com/rathena/rathena/pull/5731
  16. 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?
  17. Cavalry Mastery skill max already ?
  18. Try to check then is it available at your renewal db.
  19. 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);
  20. 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
  21. I didnt know why you didnt get fully downloaded client files, but here it is. tip00048.bmp
  22. Sex - 0 if female, 1 if male. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt So maybe use IF for that variable.
  23. || means OR which is IF 1 requirement are fulfilled = accepted. && means AND So ALL requirements needed to be fulfilled.
  24. https://github.com/rathena/rathena/pull/5683/files Just see the files changed, and edit it.
×
×
  • Create New...