Jump to content

mrfizi

Members
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by mrfizi

  1. Maybe you can check this:
  2. Maybe you can take a look on this file: For pre-re: https://github.com/rathena/rathena/blob/master/db/pre-re/job_basepoints.yml For re: https://github.com/rathena/rathena/blob/master/db/re/job_basepoints.yml or if your server level more than 99 to 1000: https://raw.githubusercontent.com/rathena/rathena/master/db/import-tmpl/job_stats.yml
  3. check this post: and this post: After that restart your server.
  4. https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt
  5. It's not about your PC. Btw, actually I got the same issue like that last month. I just cleanup my history and cache. Then now I can view the bootstrap as usual.
  6. I've got this problem before. It's the latest feature. Just update your KRO using latest RSU https://nn.ai4rei.net/dev/rsu/ That is the best solution to make your KRO up to date with the latest feature.
  7. It work fine with me. I'm using Firefox web browser. Try to clear your cache.
  8. That is why I'm asking here. If someone know or possible to do that. Maybe need some src coding for make it possible or etc. As much as I know, only can choose 1 max level with aura.
  9. You need to use loop/looping for make it return to the back menu.
  10. I prefer you to extract the file first before edit. Then just drag/paste/load back to your grf. I have disabled Doram use the same method and it worked.
  11. Hello all.. Regarding to my post title above, is it possible to make the server with non-trans max level 99 with aura and trans max level 250 with aura? Example: Thank you.
  12. Update my first post: https://rathena.org/board/topic/130507-hpaid-warper-script/?do=findComment&comment=404663 You're welcome. If you want to make free warp for Last Warp, just ignore the first code-box. Just add script on function Go and function Pick only.
  13. Sorry, my fault. Let me fix it and update on my 1st post again.
  14. It should work. I write and tested the script on my server. Please check if got any error on putty terminal.
  15. Ok. I got test this. Should be work !! Use this: set Zeny, Zeny - .@warpPrice;
  16. change : Zeny -= .@warpPrice; to: set Zeny, Zeny -= .@warpPrice;
  17. I have changed my first post. Check it back.
  18. You accidently delete the ; on this line: warp lastwarp$,lastwarpx,lastwarpy;
  19. https://github.com/rathena/rathena/blob/27c0586d797ac7bf284eb0c82728e9dcec676719/npc/custom/warper.txt#L38 else set .@price,2000; if(Zeny<.@price){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,Zeny-.@price; warp lastwarp$,lastwarpx,lastwarpy; end; https://github.com/rathena/rathena/blob/27c0586d797ac7bf284eb0c82728e9dcec676719/npc/custom/warper.txt#L65 function Go { set .@price,2000; if(Zeny<.@price){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,Zeny-.@price; https://github.com/rathena/rathena/blob/27c0586d797ac7bf284eb0c82728e9dcec676719/npc/custom/warper.txt#L82 function Pick { set .@price,2000; if(Zeny<.@price){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,Zeny-.@price;
  20. Now or Not? If not working, try to restart your server. Is there any error on your putty terminal/screen?
  21. Or if your server is high/super high rate and card is low rate, you can just simply change on this line: https://github.com/rathena/rathena/blob/df65d5ddfc5d10e1834875cc7a1c1f543e404c74/conf/battle/drops.conf#L150 Others you can check on each topic replied and suggest by @Mihael ?
  22. Add your script sc_end SC_GEFFEN_MAGIC3; before this line: https://github.com/rathena/rathena/blob/df65d5ddfc5d10e1834875cc7a1c1f543e404c74/npc/custom/warper.txt#L38 and before this: https://github.com/rathena/rathena/blob/df65d5ddfc5d10e1834875cc7a1c1f543e404c74/npc/custom/warper.txt#L69 and before this: https://github.com/rathena/rathena/blob/df65d5ddfc5d10e1834875cc7a1c1f543e404c74/npc/custom/warper.txt#L110 Thank you @Fluxion. You make @Styx15 easy to understand my answered.
  23. mrfizi

    item_group

    Maybe you can check something here: https://github.com/cydh/rathena-txt-converter and read this: https://github.com/cydh/rathena-txt-converter/blob/master/README.md and some guide for how to convert txt to yml you can found on youtube. Just search for it.
  24. mrfizi

    item_group

    You can read it here: https://github.com/rathena/rathena/blob/master/doc/item_group.txt
  25. Good to see roBrowser continued ! Looking forward for this !
×
×
  • Create New...