-
Posts
278 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by mrfizi
-
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.
-
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.
-
It work fine with me. I'm using Firefox web browser. Try to clear your cache.
-
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.
-
Teleport menu with option back to last menu
mrfizi replied to unnamed's question in Scripting Support
You need to use loop/looping for make it return to the back menu. -
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.
-
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.
-
Update my first post: https://rathena.org/board/topic/130507-hpaid-warper-script/?do=findComment&comment=404663
-
Sorry, my fault. Let me fix it and update on my 1st post again.
-
It should work. I write and tested the script on my server. Please check if got any error on putty terminal.
-
Ok. I got test this. Should be work !! Use this: set Zeny, Zeny - [email protected];
-
change : Zeny -= [email protected]; to: set Zeny, Zeny -= [email protected];
-
I have changed my first post. Check it back.
-
You accidently delete the ; on this line: warp lastwarp$,lastwarpx,lastwarpy;
-
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];
-
Now or Not? If not working, try to restart your server. Is there any error on your putty terminal/screen?
-
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
-
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
-
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.
-
You can read it here: https://github.com/rathena/rathena/blob/master/doc/item_group.txt
-
Good to see roBrowser continued ! Looking forward for this !
-
Mapcache. Then restart your server.
-
[Showcase] Weapons, Shields and more
mrfizi replied to davilord's topic in Spriting & Palette Showcase
Good work! Keep it up! -
Try this..
-
What kind of NPCs are implemented in the base source code?
mrfizi replied to Someone99's question in General Support
You can check it on rAthena Wiki and Github