Jump to content

Chaos92

Members
  • Posts

    1,085
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Chaos92

  1. you're using windows or linux running rathena emulator ?
  2. I see, that client need this pull request : https://github.com/rathena/rathena/pull/5731.
  3. 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 ?
  4. any error shown in terminal/putty ? or did you add script auto reset such as this one ?
  5. Add some checking such as if (zeny < .paymentT) { mes "Not enough zeny"; close; }
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. 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;
  13. Theres a lot of thor patcher themes/skin in download section. You can check it out there.
  14. 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.
  15. 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.
  16. 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
  17. 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
  18. You can try download iz_ac.rar from the post attached above, then extract it and insert it in your server GRF inside data folder.
  19. Try to check your accessoryid or accname (if the client diffed = same for both server). Most probably the main issue is there (the item are not in list) if the viewid in itemdb yml is correct.
  20. Hello, I suggest you use this english client translation. Or just get the map files and replace yours with this. https://github.com/llchrisll/ROenglishRE Make sure you read the wiki and instruction.
  21. Its actually just a warning. Btw you can use the new constant as stated there since your custom script which you added are using that deprecated constant. https://github.com/rathena/rathena/blob/55ca79961da77d1ba6c244393de0101709e7bc0d/tools/convert_emotions.py Example, change 'E_SRY' to 'ET_SORRY'.
  22. As I said its in db/re/refine.yml or db/pre-re/refine.yml - Group: Armor Levels: - Level: 1 RefineLevels: - Level: 1 Bonus: 100 Chances: - Type: Normal Rate: 10000 Price: 2000 Material: Elunium - Type: HD Rate: 10000 Price: 20000 Material: HD_Elunium - Type: Enriched Rate: 10000 Price: 2000 Material: Enriched_Elunium Go check the price for all the list in that yml.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.