Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. Hello, you're not using latest rathena file ? since I saw above are still using itemdb TXT.
  2. Hello, I think this is because of nocostume mapflag npc/mapflag/nocostume.txt You can remove the lines that related with your PVP map.
  3. is it exactly 3 seconds ? are you using any scripts like hourly rewards scripts ? try disable it.
  4. *checkhomcall() This function checks if the attached player's Homunculus is active, and will return the following values: -1: The player has no Homunculus. 0: The player's Homunculus is active. 1: The player's Homunculus is vaporized. 2: The player's Homunculus is in morph state. --------------------------------------- *gethominfo(<type>{,<char_id>}) This function will return Homunculus information for the Homunculus of the invoking character, regardless of its vaporize state. It returns zero or "null" if the player does not own a Homunculus. Valid types are: 0 - Homunculus ID 1 - Homunculus Class 2 - Homunculus Name 3 - Homunculus friendly level (intimacy score). 100000 is full loyalty. 4 - Homunculus hungry level. 100 is completely full. 5 - Homunculus rename flag. 0 means this homunculus has not been named yet. 6 - Homunculus level 7 - Homunculus Game ID try to use checkhomcall
  5. make sure use rathena from here https://github.com/rathena/rathena/
  6. get a clean files. dont edit the #define PRERE or anything. Just comment // to all listed config for renewal. //#define RENEWAL //#define RENEWAL_CAST //#define RENEWAL_DROP //#define RENEWAL_EXP //#define RENEWAL_LVDMG //#define RENEWAL_ASPD //#define RENEWAL_STAT and recompile. ./configure make clean make sql make server
  7. src/config/renewal.hpp use comment // to all listed config for renewal. //#define RENEWAL //#define RENEWAL_CAST //#define RENEWAL_DROP //#define RENEWAL_EXP //#define RENEWAL_LVDMG //#define RENEWAL_ASPD //#define RENEWAL_STAT and recompile.
  8. latest card remover ? so I assume this you are using quite latest rathena too. https://github.com/rathena/rathena/blob/master/npc/custom/card_remover.txt
  9. You might need to read the Wiki there depends on your client date, etc. https://github.com/llchrisll/ROenglishRE/wiki
  10. have you tried run 1 by 1 ? and did u enable console log ?
  11. as I said if you use any hourly scripts, disable it first, restart server. Because most probably I saw this issue happens when hourly scripts are used. have you done that and see how it goes ?
  12. I think it might happen to another script too. Maybe you are using hourly reward scripts ? If yes, some rewards script released in this forum are not working well already. Try disable that hourly reward scripts and see again if that issue occurs again or not.
  13. didnt understand but maybe this ? // Players' maximum HP rate? (Default is 100) hp_rate: 100 // Players' maximum SP rate? (Default is 100) sp_rate: 100 inside conf/battle/player.conf
  14. Theres a few section there. find it. if Pre-renewal, it will shows Pre-Renewal part remove all # that highlighted until reach level 255. Change MaxBaseLevel to 255 since that what you want, and insert the jobs that u want to reach that level in 'Insert jobs here'. you can see example in db/pre-re/job_stats.yml originally. Example : Knight: true Same goes to job level, edit MaxJobLevel, insert jobs, uncomment until the level that u want to reach. search until u find for HP and SP and do the same too.
  15. use import folder job_stats.yml remove comments, insert jobs, and edit the max level as you want. Maybe you might wanna see the hp sp increment part too.
  16. 5121 and 6121 is the connection for char server and map server and this should happens in server side. Make sure the firewall are open for those ports and also char-server and map-server are online in terminal.
  17. rathena are still using .sql for those files in sql-files as monster database and item database and didnt use yml for that. this files usually being used in fluxcp as information for itemdb and monster db. this changes that you meant ?
  18. Recompile and you should see the converter, csv2yaml Example :
  19. Usually people didnt changed their cps.dll. So it should be once when someone create the client and send to Gepard to diff Gepard things inside.
  20. Give the new cps.dll to Gepard Shield developer, Functor.
  21. Can you laborate more about 'cant get in' ? What error, what information given from client, etc.
  22. 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
  23. 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.
  24. You need to hex client to do that if possible. What I know from nemo you can just restore or move the icon.
  25. I saw the cash shop button at the right side there.
×
×
  • Create New...