
RENEWAL / ITEMS
Ranger Booster Boots [1]
#470003Armor
Ran_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF18
Slots1
Required level100
Armor level1
Description
A special set of boots for your rapid growth.
Specialized in Ranged Physical Attack.
Cannot be refined.
Type: Equipment
Class: Shoes
Defense: 18
Weight: 0
Requires Level: 100
Usable By: All Jobs
ATK + 20
HIT + 15
For every 3 refine levels, increases MSP + 50.
If refined to +7, increases MSP + 300.
If refined to +9, decreases fixed casting time by 0.5 seconds.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Storage
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
bonus bBaseAtk,20;
bonus bHit,15;
.@r = getrefine();
if (.@r>=3) {
bonus bMaxSP,.@r/3*50;
}
if (.@r>=7) {
bonus bMaxSP,300;
}
if (.@r>=9) {
bonus bFixedCast,-500;
}