Jump to content
  • 0
Cabrera

Help with script bonus >.<

Question

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


 


Set 1: Adds +20 all stat, 2% maxhp and 2%maxsp 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 in advance <3

Edited by Cabrera

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

try this

1

bonus bAllStats,20;bonus bMaxHP,2*getrefine();bonus bMaxSP,2*getrefine();

2

bonus bAllStats,15;bonus2 bAddRace,7,getrefine();

3

bonus bAllStats,30;bonus bSpeedAddRate,10;bonus2 bSubRace,7,getrefine();

nb: you should  take look into item_bonus.txt on doc folder

Share this post


Link to post
Share on other sites
  • 0

try this

1

bonus bAllStats,20;bonus bMaxHP,2*getrefine();bonus bMaxSP,2*getrefine();

2

bonus bAllStats,15;bonus2 bAddRace,7,getrefine();

3

bonus bAllStats,30;bonus bSpeedAddRate,10;bonus2 bSubRace,7,getrefine();

nb: you should  take look into item_bonus.txt on doc folder

 

Thanks alot , i had issues with the refine part :/ and btw bsubrace,7 gives 1% resistance or 7% resistance. May i know what the "7" stands for? thnx :)

Share this post


Link to post
Share on other sites
  • 0

SInce it's bSubRace, it's rather reffering to race:

RC_Formless	0RC_Undead	1RC_Brute	2RC_Plant	3RC_Insect	4RC_Fish	5RC_Demon	6RC_DemiHuman	7RC_Angel	8RC_Dragon	9RC_Boss	10RC_NonBoss	11RC_NonDemiHuman	12

Taken from db/const.txt

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.