1 .@bonus
2 =
3 5;
4 .@type
5 =
6 getiteminfo(getequipid(EQI_COMPOUND_ON),
7 ITEMINFO_VIEW);
8 if
9 (.@type
10 ==
11 W_DAGGER)
12 {
13 .@r
14 =
15 getrefine();
16 if
17 (.@r
18 =10)
19 {
20 .@bonus
21 +=
22 20;
23 }
24 if
25 (.@r
26 =14)
27 {
28 .@bonus
29 +=
30 20;
31 }
32 }
33 bonus
34 bBaseAtk,.@bonus;
35 bonus
36 bMatk,.@bonus;
Powered by FluxCP
Page generated in 0.25472 second(s). Number of queries executed: 12.