Jump to content
  • 0

Item bonus, need help =D


Critica

Question


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   4
  • Joined:  02/23/12
  • Last Seen:  

Is this item bonus script possible?

=Enable to use Level 1 Meteor ( Increaser Level of skil per Refine)

so.. +10 Refine = Level 10 Meteor...

Elp pls?? =D

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   140
  • Joined:  01/04/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  187
  • Reputation:   35
  • Joined:  01/01/12
  • Last Seen:  

skill "WZ_METEOR",getrefine();

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   4
  • Joined:  02/23/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

try

bonus3 bAutoSpell,"WZ_METEOR",getrefine(),50;

Link to comment
Share on other sites

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.

×
×
  • Create New...