Santafe Posted April 5, 2015 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 325 Reputation: 35 Joined: 06/01/13 Last Seen: October 7, 2019 Share Posted April 5, 2015 Hey guyz could any 1 give me the combined script bonus for the folowing? which i can replace to the {},{},{} present at the end of item script ? Set 1: Adds +20 all stat, 2% hp and 2%sp per refine Set 2: Adds +15 all stat, 1% Increase dmg to demihuman per refine Set 3: Adds +30 all stat, 10% increase in Movement speed,1% decrease dmg from demiH per refine Thanks alot i was able to do the movement speed andd all stat part but the "per refine" is being a bit of a problem for me. Thnx in advance *Bump*? Up. Quote Link to comment Share on other sites More sharing options...
Auxillary Posted April 5, 2015 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 3 Joined: 01/22/15 Last Seen: February 5, 2019 Share Posted April 5, 2015 This is actually a scripting question and would be better handled there. But I'll answer it here.To increase an item relative to it's refine rate, you need to use the getrefine() command. A great example of this is the Kathryne Keyron Card.To increase damage against Demi Human. bonus2 bAddRace,RC_DemiHuman,getrefine(); Likewise, to do the opposite:bonus2 bSubRace, RC_DemiHuman,getrefine(); Keep in mind: bAddRace is only for Physical Attacks as per the documentation. I haven't tested if the reduction is the same, however, there is a bAddRace2 option, so if the first one doesn't work for you, you can always add a "2" to the end of it. 1 Quote Link to comment Share on other sites More sharing options...
Santafe Posted April 6, 2015 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 325 Reputation: 35 Joined: 06/01/13 Last Seen: October 7, 2019 Author Share Posted April 6, 2015 Got it thanks alot the get refine part was the one bothering me X_X Quote Link to comment Share on other sites More sharing options...
Question
Santafe
Hey guyz could any 1 give me the combined script bonus for the folowing? which i can replace to the {},{},{} present at the end of item script
?
Set 1: Adds +20 all stat, 2% hp and 2%sp per refine
Set 2: Adds +15 all stat, 1% Increase dmg to demihuman per refine
Set 3: Adds +30 all stat, 10% increase in Movement speed,1% decrease dmg from demiH per refine
Thanks alot
i was able to do the movement speed andd all stat part but the "per refine" is being a bit of a problem for me. Thnx in advance 
*Bump*?
Up.
Link to comment
Share on other sites
2 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.