Jump to content
  • 0

Item bonus, need help =D


Question

4 answers to this question

Recommended Posts

Posted (edited)

I guess this should work just fine, try it:

{ if (getRefine() =< 1) { skill "WZ_METEOR",1 }; if (getRefine() = 2) { skill "WZ_METEOR",2 }; if (getRefine() = 3) { skill "WZ_METEOR",3 }; if (getRefine() = 4) { skill "WZ_METEOR",4 };  if (getRefine() = 5) { skill "WZ_METEOR",5 }; if (getRefine() = 6) { skill "WZ_METEOR",6 }; if (getRefine() = 7) { skill "WZ_METEOR",7 };  if (getRefine() = 8) { skill "WZ_METEOR",8 }; if (getRefine() = 9) { skill "WZ_METEOR",9 }; if (getRefine() = 10) { skill "WZ_METEOR",10 }},{},{}

Edited by Flaid
Posted (edited)

Tnx guys.!! testing it now :)

It works!! tnx guys!

Ok sir 1 more question.. how about for autospell??

bonus3 bAutoSpell,"WZ_METEOR",10,50;

how do i put the getrefine()

coz im getting eror when i put getrefine() on Autospell..

oh nvm i think i got it..

Edited by critica

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