ID #550095
Weapon
Ancient Royal Scepter [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 150
Weight: 100
Slots: 1
Weapon level: 4
Required level: 100
Attack: 150
Weight: 100
Slots: 1
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
100
Job Requirements
Alchemist
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Monk
Yes
Priest
Yes
Super Novice
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player_Doram,10; bonus bMaxHP,1000*.@r; bonus bFlee2,.@r; if (.@r>=5) { bonus bDef,150; bonus bMdef,15; } if (.@r>=7) { bonus bDef,150; bonus bMdef,15; }
.@r = getrefine();
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Doram,10;
bonus bMaxHP,1000*.@r;
bonus bFlee2,.@r;
if (.@r>=5) {
bonus bDef,150;
bonus bMdef,15;
}
if (.@r>=7) {
bonus bDef,150;
bonus bMdef,15;
}