Item ID | 12622 | For Sale | No | |
---|---|---|---|---|
Identifier | Boarding_Halter | Credit Price | Not For Sale | |
Name | Reins Of Mount | Type | Usable | |
NPC Buy | 0 | Weight | 0 | |
NPC Sell | 0 | Weapon Level | 0 | |
Range | 0 | Defense | 0 | |
Slots | 0 | Refineable | No | |
Attack | 0 | Min Equip Level | None | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | None | |||
Equip Upper | None | |||
Equippable Jobs | None | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | Can't be dropped / Can't be traded with player / Can't be sold to NPC / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned | |||
Item Use Script |
1 if(BaseLevel <= 100){ 2 setmounting(); 3 } 4 if(BaseLevel > 100){ 5 unittalk 0,"Este item solo funciona si eres nivel 100 o menos!",bc_self; 6 } |
|||
Equip Script | None | |||
Unequip Script |
1 if (ismounting()) 2 setmounting(); |