RAWRs Posted April 12, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 11/17/11 Last Seen: April 19, 2013 Share Posted April 12, 2013 (edited) There is any ways to increase limit length of item bonus in item script? { Script } { OnEquip } Because i use a bit long bonus script on my item & its not working. Edited April 12, 2013 by RAWRs Quote Link to comment Share on other sites More sharing options...
Cydh Posted April 12, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted April 12, 2013 what's wrong? any SS about it? or ever you try use with callfunc EquipFunc; after you make script function for your equip? Quote Link to comment Share on other sites More sharing options...
RAWRs Posted April 12, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 11/17/11 Last Seen: April 19, 2013 Author Share Posted April 12, 2013 what's wrong? any SS about it? or ever you try use with callfunc EquipFunc; after you make script function for your equip? No the item script at item_db. the { Script } have a limit. If we put it to long,it won't effect. Quote Link to comment Share on other sites More sharing options...
Cydh Posted April 12, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted April 12, 2013 item_id,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,{ callfunc MyEquip,123;},{},{} function script MyEquip { if(getarg(0) == 123) { bonus bla bla bla; bonus bla bla bla; bonus bla bla bla; bonus bla bla bla; bonus bla bla bla; .................. bonus bla bla bla; } } .....? Quote Link to comment Share on other sites More sharing options...
Question
RAWRs
There is any ways to increase limit length of item bonus in item script? { Script } { OnEquip }
Because i use a bit long bonus script on my item & its not working.
Edited by RAWRsLink to comment
Share on other sites
3 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.