ID #550142
Weapon
Orc Scepter [2]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 25
Weight: 500
Slots: 2
Weapon level: 4
Required level: 100
Attack: 25
Weight: 500
Slots: 2
Weapon level: 4
Required level: 100
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
500
Range
1
Job Requirements
Sage
Yes
Soul Linker
Yes
Super Novice
Yes
Wizard
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatk,40*(.@r/3); if (.@r>=6) { bonus2 bMagicAddRace,RC_All,10; if (.@r>=9) { bonus2 bMagicAddRace,RC_All,15; bonus5 bAutoSpell,"PF_MINDBREAKER",5,20,BF_MAGIC,1; } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,40*(.@r/3);
if (.@r>=6) {
bonus2 bMagicAddRace,RC_All,10;
if (.@r>=9) {
bonus2 bMagicAddRace,RC_All,15;
bonus5 bAutoSpell,"PF_MINDBREAKER",5,20,BF_MAGIC,1;
}
}