Jump to content
  • 0

Help with script bonus :/


Santafe

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

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 :D?

 

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


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   3
  • Joined:  01/22/15
  • Last Seen:  

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.
 

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

Got it thanks alot :) the get refine part was the one bothering me X_X

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