ID #26167
Weapon
Aquarius Staff [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Weight: 300
Slots: 1
Weapon level: 4
Weight: 300
Slots: 1
Weapon level: 4
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
300
Range
1
Job Requirements
Acolyte
Yes
Mage
Yes
Monk
Yes
Novice
Yes
Priest
Yes
Sage
Yes
Soul Linker
Yes
Super Novice
Yes
Wizard
Yes
Requirements
Weapon Level
4
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatk,50+BaseLevel; bonus bAspdRate,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) { bonus bAspdRate,10; bonus bDelayrate,-10; bonus bMatkRate,25; bonus2 bSkillAtk,"WL_HELLINFERNO",50; bonus2 bSubRace,RC_DemiHuman,10; if (.@r>=7) { .@val = 50; if (.@r>=9) .@val += 50; bonus2 bIgnoreMdefRaceRate,RC_All,.@val; } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,50+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
bonus bAspdRate,10;
bonus bDelayrate,-10;
bonus bMatkRate,25;
bonus2 bSkillAtk,"WL_HELLINFERNO",50;
bonus2 bSubRace,RC_DemiHuman,10;
if (.@r>=7) {
.@val = 50;
if (.@r>=9)
.@val += 50;
bonus2 bIgnoreMdefRaceRate,RC_All,.@val;
}
}