-
Posts
206 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
eKoh's post in Job Check before warping was marked as the answer
actually, it is a very simple script:
prontera,150,150,5 script 117,{ set .map$,"Your warp map"; if ( JobLevel >= 10 ) { warp .map$,150,150; end; } else { specialeffect2 313; percentheal 100,100; sleep2 200; specialeffect2 37; sc_start SC_INCREASEAGI,240000,10; sleep2 200; specialeffect2 42; sc_start SC_BLESSING,240000,10; } } Copy it from there --> PasteBin
I've added 2 "sleep2" instructions, because looks ugly when all the buffs are applied at once
-
eKoh's post in Full setup ragnarok server was marked as the answer
you can follow this guide from cassiel
-
eKoh's post in Disabling "Request" button. was marked as the answer
Actually it is really easy, you just need your HeX editor, open your client with it, Ctrl+F for search (be sure that it is set to "Datatype: Text-string") and search for "btn_request" and select like this:
After you select from the first btm_request till the last one, place your mouse on the left side, starting from the 62 number, and press 0 till you see disappear all request thing. Just like this:
A proof that it actually works:
Before
After
I hope it also works for you and not cause any errors, please give answered if it worked =)