Jump to content
  • 0

Skull Cap Script pls :D


Question

Posted (edited)

can i have skull cap script? :D

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 NANORAY

4 answers to this question

Recommended Posts

Posted

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.
Posted

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%.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...