Viewing Item

#36049: Elite Luk Potion

Item ID 36049 For Sale No
Identifier elitelukp Credit Price Not For Sale
Name Elite Luk Potion Type Usable
NPC Buy 0 Weight 1
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 sold to NPC / Can't be auctioned
Item Use Script

1 if(#eliteluk >= 2 || #elite >= 5){

2 specialeffect2 310;

3 specialeffect2 834;

4 sc_start SC_FOOD_LUK_CASH,600000,20;

5 end;

6 }

7 if(#eliteluk < 2 && #elite < 5){

8 unitkill getcharid(3);

9 unittalk 0,""+((!#language)?"Las pociones Elite solo pueden ser usadas por Elites de nivel m�ximo":"Elite potions can only be used by the highest ranked Elites")+"!",bc_self;

10 end;

11 }

Equip Script None
Unequip Script None