
RENEWAL / ITEMS
Spurred Boots [1]
#22131Armor
Cowboy_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
Boots worn by horse-riding shepherds.
Class: Shoes
Defense: 0
Weight: 50
Required Level: 100
Required Jobs: All Jobs
Max SP + 5%
If upgrade level is +7 or higher,
Additional Max SP + 5%
If upgrade level is +9 or higher,
Additional Max SP + 5%
Increased Movement Speed.
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 Auction
- Yes
Item effect script
.@r = getrefine();
.@bonus = 5;
if (.@r >=7) {
.@bonus += 5;
}
if (.@r >=9) {
.@bonus += 5;
}
bonus bMaxSPrate,.@bonus;
bonus bSpeedRate,25;