Item Use Script
|
1 bonus bMaxHP,1500;
2 bonus bMaxSP,150;
3 bonus bDelayrate,-5;
4 bonus bBaseAtk,5*(min(.@l,150)/10);
5 .@l = BaseLevel;
6 if (.@l>=105)
7 bonus2 bAddClass,Class_ALL,3;
8 if (.@l>=110)
9 bonus bDelayrate,-5;
10 if (.@l>=120)
11 bonus bMaxHPrate,3;
12 if (.@l>=130)
13 bonus bBaseAtk,40;
|