Item Use Script |
1 if
2 (getiteminfo(getequipid(EQI_HAND_R),11)
3 ==
4 W_STAFF
5 ||
6 getiteminfo(getequipid(EQI_HAND_R),11)
7 ==
8 W_2HSTAFF)
9 {
10 .@r
11 =
12 2*(getrefine()/4);
13 bonus2
14 bIgnoreMdefRaceRate,RC_All,10+.@r;
15 bonus2
16 bIgnoreMdefRaceRate,RC_Player_Human,-10-.@r;
17 bonus2
18 bIgnoreMdefRaceRate,RC_Player_Doram,-10-.@r;
19 bonus3
20 bSubRace,RC_All,-.@r,BF_NORMAL;
21 } |