ID #590014
Weapon
Sceptre of Exiled Kingdom [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 200
Weight: 2900
Slots: 1
Weapon level: 4
Required level: 130
Attack: 200
Weight: 2900
Slots: 1
Weapon level: 4
Required level: 130
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
2900
Range
1
Job Requirements
Monk
Yes
Priest
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); bonus bInt,3; bonus bDex,5; skill "CR_GRANDCROSS",1; bonus2 bMagicAtkEle,Ele_Holy,10*.@r; if (.@r>=5) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bLongAtkDef,5; } if (.@r>=7) skill "CR_GRANDCROSS",min(10,.@r); if (.@r>=9) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bLongAtkDef,5; } if (.@r>=10) skill "BS_ADRENALINE",5;
.@r = getrefine();
bonus bInt,3;
bonus bDex,5;
skill "CR_GRANDCROSS",1;
bonus2 bMagicAtkEle,Ele_Holy,10*.@r;
if (.@r>=5) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bLongAtkDef,5;
}
if (.@r>=7)
skill "CR_GRANDCROSS",min(10,.@r);
if (.@r>=9) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bLongAtkDef,5;
}
if (.@r>=10)
skill "BS_ADRENALINE",5;