Hypnotist's Staff
| Item ID | 1621 | Name | Hypnotist's Staff |
|
A staff with a hynpotizing effect that can even make a Novice feel just like a High Wizard. Sort of.
_______________________ INT +1 MATK +120 _______________________ Type: One-Handed Staff Attack: 70 Weight: 50 Weapon Level: 3 _______________________ Requirement: Base Level 30 Novice |
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Hypnotist's_Staff | ||
| Attack | 70 | Type | Weapon - Staff | ||
| MATK | 120 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Novice, Super novice | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 30 | ||
| NPC Buy | 43,000 | Max Equip Level | None | ||
| NPC Sell | 21,500 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bInt,1; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R);
.@matk = 20*.@r;
if (.@r >= 10) {
.@matk += 50;
bonus bDelayrate,-10;
}
bonus bMatk,.@matk;
|