Viewing Item
#12622: Boarding Halter
Item ID | 12622 | For Sale | No |
---|---|---|---|
Identifier | Boarding_Halter | Credit Price | Not For Sale |
Name | Boarding Halter | Type | Delay Consume |
NPC Buy | 1,000,000 | Weight | 0 |
NPC Sell | 500,000 | Weapon Level | 0 |
Range | 0 | Defense | 0 |
Slots | 0 | Refineable | No |
ATK | 0 | Min Equip Level | 0 |
MATK | 0 | Max Equip Level | None |
Equip Locations | None | ||
Equip Upper | Normal / Upper / Baby / Third / Third Upper / Third Baby | ||
Equippable Jobs | All Jobs | ||
Equip Gender | Both (Male and Female) | ||
Item Use Script |
1 .@i = @Boarding_Halter_Delay - gettimetick(2); .@j = hascashmount(); if (.@j == 0 && getmapflag(strcharinfo(PC_MAP), mf_nomount) == 1) { dispbottom("Mounts are not permitted on this map.", C_RED); } else if (.@i > 0) { dispbottom(sprintf("You cannot %smount for another %d second%s.", (.@j == 1) ? "dis" : "", .@i, callfunc("F_IntToPlural", .@i)), C_RED); } else { @Boarding_Halter_Delay = gettimetick(2) + 4; setcashmount(); } |
||
Equip Script | None | ||
Unequip Script | None |