Critica Posted March 27, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Share Posted March 27, 2012 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 Quote Link to comment Share on other sites More sharing options...
Flaid Posted March 27, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share Posted March 27, 2012 (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 March 27, 2012 by Flaid Quote Link to comment Share on other sites More sharing options...
Earthlingz Posted March 27, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 187 Reputation: 35 Joined: 01/01/12 Last Seen: September 20, 2014 Share Posted March 27, 2012 skill "WZ_METEOR",getrefine(); Quote Link to comment Share on other sites More sharing options...
Critica Posted March 27, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Author Share Posted March 27, 2012 (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 March 27, 2012 by critica Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 27, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 27, 2012 try bonus3 bAutoSpell,"WZ_METEOR",getrefine(),50; Quote Link to comment Share on other sites More sharing options...
Question
Critica
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.