CasperX Posted February 19, 2017 Posted February 19, 2017 Hi , can i get the script of this item ? Custome_Beginner_Cap " ID : 20307 " Thanks Quote
0 gugusjungs Posted February 19, 2017 Posted February 19, 2017 (edited) .@b = (BaseLevel/10); bonus bHit, 30-(.@b*3); bonus bMaxHP, 1000-(.@b*100); bonus bMaxSP, 200-(.@b*20); bonus bVariableCastrate,-10+.@b; bonus2 bAddItemHealRate,569,50-(.@b*10); bonus bHealPower,150-(.@b*10); bonus bHealPower2,150-(.@b*10); i not test. Edited February 19, 2017 by gugusjungs Quote
0 Bringer Posted February 19, 2017 Posted February 19, 2017 bonus bHit,30-(3*(BaseLevel/10)); bonus bMaxHP,1000-(100*(BaseLevel/10)); bonus bMaxSP,200-(20*(BaseLevel/10)); bonus bVariableCastrate,-10+(BaseLevel/10); bonus bHealPower,150-(10*(BaseLevel/10)); bonus bHealPower2,10*(BaseLevel/10); bonus bAddItemHealRate,10*(BaseLevel/10); Quote
Question
CasperX
Hi , can i get the script of this item ? Custome_Beginner_Cap " ID : 20307 "
Thanks
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.