Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. The things that you need to change for max capacity guild.
  2. That pull request already merged. Download latest rathena https://github.com/rathena/rathena and its already merged inside so no need to pull it anymore.
  3. FLD means folder. its not in GRF. GRF means GRF which will be repacked in the GRF.
  4. 1. use client translation files from Chris . Please read the instruction/wiki how to use it : https://github.com/llchrisll/ROenglishRE 2. Your should use newer client. For example : 20211103. Try to get it from Nemo : http://nemo.herc.ws/ 3. Latest rathena : https://github.com/rathena/rathena.
  5. there are also follow up updates which corrected something so it might have some corrected updates after that too. You need to go through all related commits.
  6. Hello, you're not using latest rathena file ? since I saw above are still using itemdb TXT.
  7. Hello, I think this is because of nocostume mapflag npc/mapflag/nocostume.txt You can remove the lines that related with your PVP map.
  8. is it exactly 3 seconds ? are you using any scripts like hourly rewards scripts ? try disable it.
  9. *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
  10. make sure use rathena from here https://github.com/rathena/rathena/
  11. 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
  12. 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.
  13. 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
  14. You might need to read the Wiki there depends on your client date, etc. https://github.com/llchrisll/ROenglishRE/wiki
  15. have you tried run 1 by 1 ? and did u enable console log ?
  16. 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 ?
  17. 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.
  18. 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
  19. 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.
  20. 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.
  21. 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.
  22. 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 ?
  23. Recompile and you should see the converter, csv2yaml Example :
  24. 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.
  25. Give the new cps.dll to Gepard Shield developer, Functor.
×
×
  • Create New...