Jump to content

mrfizi

Members
  • Posts

    278
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by mrfizi

  1. 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.
  2. 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.
  3. It work fine with me. I'm using Firefox web browser. Try to clear your cache.
  4. 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.
  5. You need to use loop/looping for make it return to the back menu.
  6. 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.
  7. 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.
  8. Update my first post: https://rathena.org/board/topic/130507-hpaid-warper-script/?do=findComment&comment=404663
  9. Sorry, my fault. Let me fix it and update on my 1st post again.
  10. It should work. I write and tested the script on my server. Please check if got any error on putty terminal.
  11. Ok. I got test this. Should be work !! Use this: set Zeny, Zeny - [email protected];
  12. I have changed my first post. Check it back.
  13. You accidently delete the ; on this line: warp lastwarp$,lastwarpx,lastwarpy;
  14. https://github.com/rathena/rathena/blob/27c0586d797ac7bf284eb0c82728e9dcec676719/npc/custom/warper.txt#L38 else set [email protected],2000; if(Zeny<[email protected]){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,[email protected]; warp lastwarp$,lastwarpx,lastwarpy; end; https://github.com/rathena/rathena/blob/27c0586d797ac7bf284eb0c82728e9dcec676719/npc/custom/warper.txt#L65 function Go { set [email protected],2000; if(Zeny<[email protected]){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,[email protected]; https://github.com/rathena/rathena/blob/27c0586d797ac7bf284eb0c82728e9dcec676719/npc/custom/warper.txt#L82 function Pick { set [email protected],2000; if(Zeny<[email protected]){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,[email protected];
  15. Now or Not? If not working, try to restart your server. Is there any error on your putty terminal/screen?
  16. 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
  17. 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
  18. 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.
  19. mrfizi

    item_group

    You can read it here: https://github.com/rathena/rathena/blob/master/doc/item_group.txt
  20. Good to see roBrowser continued ! Looking forward for this !
  21. Mapcache. Then restart your server.
×
×
  • Create New...

Important Information

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