Item Use Script |
1 bonus3
2 bAutoSpellWhenHit,"SM_ENDURE",1,10;
3 bonus3
4 bAutoSpellWhenHit,"MO_CALLSPIRITS",5,10;
5 bonus3
6 bAutoSpellWhenHit,"MO_EXPLOSIONSPIRITS",5,10;
7 bonus3
8 bAutoSpell,"BS_MAXIMIZE",5,10;
9 bonus3
10 bAutoSpell,"MC_LOUD",1,10;
11 bonus3
12 bAutoSpell,"AC_CONCENTRATION",5,10;
13 bonus3
14 bAutoSpell,"PR_GLORIA",3,10;
15 autobonus
16 "{
17 bonus
18 bStr,3;
19 bonus
20 bAgi,3;
21 }",10,5000,BF_WEAPON,"{
22 specialeffect2
23 EF_POTION_BERSERK;
24 showscript
25 \"RWC
26 2011
27 Fighting!!\";
28 }";
29 autobonus
30 "{
31 bonus
32 bInt,3;
33 bonus
34 bLuk,3;
35 }",5,5000,BF_MAGIC,"{
36 specialeffect2
37 EF_ENERGYCOAT;
38 showscript
39 \"RWC
40 2011
41 Fighting!!\";
42 }"; |