Viewing Item

#602: Wing_Of_Butterfly

Item ID 602 For Sale No
Identifier Butterfly Wing Credit Price Not For Sale
Name Wing_Of_Butterfly
NPC Buy 300 Weight 5
NPC Sell 150 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 None
Item Use Script

1 set @map, getmapxy(@mapname$,@mapx,@mapy,0); if(@mapname$ == "payg_cas03" || @mapname$ == "aldeg_cas01" || @mapname$ == "schg_cas01" || @mapname$ == "schg_cas02" || @mapname$ == "arug_cas03" ){ if(bbwingcd > gettimetick(2)){ dispbottom "Butterfly wing has a 10 min cooldow in this map."; end; } else { set bbwingcd,gettimetick(2)+600; itemskill "AL_TELEPORT",3; end;} } if(@mapname$ == "old_ruins" || @mapname$ == "new_zone02" || @mapname$ == "div_are01"){ dispbottom "Unable to teleport out of this location"; end; } itemskill "AL_TELEPORT",3;

Equip Script None
Unequip Script None