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. .conf ? do you mean .yml ? or are you asking about another emulator ?
  2. check your IP in sclientinfo.xml. Make sure your server can be accessed with/without using gepard (to make sure all diffed/patch are correct).
  3. Make sure you already recompiled/rebuild your src after changing anything in src folder.
  4. iteminfo.lua. check that file. your custom item are not inside that file. Thats why it shown unknown item.
  5. try @item that unknown item, is it exist and have description in your server then ? Most probably iteminfo are not added.
  6. Secret already archived the repo. You can use this PR : https://github.com/rathena/rathena/pull/5731
  7. Inside your GRF. data folder inside your GRF.
  8. you're using windows or linux running rathena emulator ?
  9. I see, that client need this pull request : https://github.com/rathena/rathena/pull/5731.
  10. 1. you're using what client date /version ? 2. Do you really have Emblem folder in your RO directory to choose any available emblems inside ?
  11. any error shown in terminal/putty ? or did you add script auto reset such as this one ?
  12. Add some checking such as if (zeny < .paymentT) { mes "Not enough zeny"; close; }
  13. 1. I think u can create a new itemid acid bomb box which using getitembound if you want to make it difference rather than normal/default item. Btw, its better for you to use 'Code' embed so we can look into it easier rather than download it.
  14. you need to add the item description/resourcename, etc in iteminfo.lua. It becomes apple but should be working if you're clicking it (if its scripted correctly). So you might copy any package exist in iteminfo.lua and reedit the name and description.
  15. did u try using admin/GM accounts? for normal player, u need to add that commands in groups.conf same as how you add another commands for example go, warp, etc. Make sure you already recompile or build the src again.
  16. most probably because of your skillinfoz in data folder issue. Try to use Chris RE Translation if you're using English Translation https://github.com/llchrisll/ROenglishRE Read the wiki and instruction to make sure you're doing it right. or else repair/edit it.
  17. which one difficult ? its easier I think since its in rathena folder already. If you're asking on how, its already there inside that PR the instruction. Ive comment also about how to pull from other user git. Or else you can just wait for it to be merged in rathena master and you use it, it just the matter of time.
  18. You can try this PR now : https://github.com/rathena/rathena/pull/5731 if you're asking about the guild emblem changes, its because of client support. if you're using for example 2018 clients or older you might still can use the old one. This only for client 2020 above.
  19. I dont understand quite well. Do you mean bonus5 bAutoSpell,sk,y,n,bf,i; Adds a n/10% chance to cast skill sk of level y when attacking with trigger criteria bf bonus5 bAutoSpell,"ST_FULLSTRIP",5,5000,BF_SHORT,1;
  20. Theres a lot of thor patcher themes/skin in download section. You can check it out there.
  21. thor patcher = to patch the files online. Just ignore that if you didnt use/need it. you can just follow the weemapcache part and restart server after replace mapcache.dat.
  22. Try to check the logs, or check your server is it the connection are stable or not. Some servers are having disconnection issue for example because of high usage or DDoS attack maybe. Actually theres a lot to be considered of. Some ISPs also 'reset' the IP depends on their policy (for example : every hour), so this also might getting them into disconnection issue.
  23. Since you're updating rathena to latest, why not just use the latest one . You can copy it from here : https://github.com/rathena/rathena/blob/master/npc/merchants/refine.txt
  24. Hello, You need to do the mapcache. Download the mapcache.dat from db/re or db/pre-re depends on your server mode. Then you can download weemapcache. You can open mapcache.dat using weemapcache and add the .gat files that you add before, drop it inside the list. Then you can save and replace the new one inside db/pre-re or db/re. *I suggest you backup the original mapcache.dat in case anything happen. I have tutorial add custom map and maybe you can watch the part of weemapcache there to understand better. https://youtu.be/Z-h-5ZD2REc
×
×
  • Create New...