Viewing Item

#36150: Clone Embryo

Item ID 36150 For Sale No
Identifier Clone Credit Price Not For Sale
Name Clone Embryo Type Usable
NPC Buy 0 Weight 100
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 sold to NPC
Item Use Script

1 if(cloneactive){

2 getitem 36150,1;

3 message strcharinfo(0), ""+((!#language)?"Ya tienes un clon activo":"You already have an active clone")+"!";

4 end;

5 }

6 cloneactive = 1;

7 atcommand "@slaveclone "+strcharinfo(0)+"";

8 announce ""+((!#language)?"Acabas de rentar un clon como tu esclavo":"You've rented a clone as your slave")+" ("+((!#language)?"dura hasta deslogear o morir":"lasts until you log out or die")+")",bc_self;

9 end;

Equip Script None
Unequip Script None