


π Navigation Menu
Item Information
#18103: Mystic Bow
| Item ID | 18103 | Sellable | No |
|---|---|---|---|
| Identifier | Mystic_Bow |
Cash Price | Not for sale |
| Name | Mystic Bow | Type | Armor |
| Buy Price | 0 z. | Weight | 170 |
| Sell Price | 0 z. | Weapon Level | 3 |
| Range | 5 tiles | Defense | 0 |
| Slots | 1 | Refineable | Yes |
| Attack | 130 | Min Level | 90 |
| Equip Loc | Main Hand + Off Hand | ||
| Jobs | All Jobs | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 bonus bDex,3;
2 bonus bInt,2;
3 bonus bLongAtkRate,4;
4 bonus2 bSkillAtk,"AC_DOUBLE",15;
5 if (getrefine() >= 7) {
6 bonus bLongAtkRate,3;
7 }
8 if (getrefine() >= 10) {
9 bonus2 bSkillAtk,"AC_DOUBLE",10;
10 }
On Equip:
None
On Unequip:
None