NANORAY Posted March 16, 2012 Posted March 16, 2012 (edited) can i have skull cap script? a black cap with skull. MATK + 2%. if refined is over 5 ,add MATK + 3%, if refined is over 7 , add additional 3%. you can reduce consumption of skill sp 3% once using with Elven Ears . Edited March 16, 2012 by NANORAY Quote
Derceto Posted March 16, 2012 Posted March 16, 2012 bonus bMatkRate,2; if (getrefine()>5) bonus bMatkRate,3; if (getrefine()>7) bonus bMatkRate,3; if (isequipped(2286)) bonus bUseSpRate, -3; Quote
NANORAY Posted March 16, 2012 Author Posted March 16, 2012 bonus bMatkRate,2; if (getrefine()>5) bonus bMatkRate,3; if (getrefine()>7) bonus bMatkRate,3; if (isequipped(2286)) bonus bUseSpRate, -3; thank you sir! where can i find a advanced script guide? because in item_bonus there's no script like what you did. Quote
Emistry Posted March 16, 2012 Posted March 16, 2012 it is a combination between https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_bonus.txt and this https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/script_commands.txt Quote
NANORAY Posted March 16, 2012 Author Posted March 16, 2012 bonus bMatkRate,2; if (getrefine()>5) bonus bMatkRate,3; if (getrefine()>7) bonus bMatkRate,3; if (isequipped(2286)) bonus bUseSpRate, -3; sir last request i need this script. If equipped in combination with Bone Wand[0], each refine on the weapon adds Matk + 10. If the Bone Wand[0] is refined to +10, reduces cast time of skills by 10%.If equipped in combination with Thorn Staff of Darkness[0], Each refine on the weapon adds Matk + 10. If the Thorn Staff of Darkness[0] is refined to +10, reduces cast time of skills by 10%. Quote
Question
NANORAY
can i have skull cap script?
a black cap with skull.
MATK + 2%.
if refined is over 5 ,add MATK + 3%, if refined is over 7 , add additional 3%.
you can reduce consumption of skill sp 3% once using with Elven Ears .
Edited by NANORAY4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.