Cabrera 10 Posted April 5, 2015 (edited) Hey guyz could any 1 give me the combined script bonus for thefolowing? which i can replace to the {},{},{} present at the end of itemscript :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 April 5, 2015 by Cabrera Quote Share this post Link to post Share on other sites
0 Litro 45 Posted April 6, 2015 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 1 Cabrera reacted to this Quote Share this post Link to post Share on other sites
0 Cabrera 10 Posted April 6, 2015 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 Quote Share this post Link to post Share on other sites
0 Garr 117 Posted April 6, 2015 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 Quote Share this post Link to post Share on other sites
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 CabreraShare this post
Link to post
Share on other sites