Beispiel #1
0
        public void Equip(L2Player owner)
        {
            IsEquipped = 1;

            Location = ItemLocation.Paperdoll;

            owner.AddStats(this);
        }
Beispiel #2
0
 public void Equip(L2Player owner)
 {
     Location      = ItemLocation.Paperdoll;
     SlotLocation  = Inventory.GetPaperdollIndex(Template.BodyPart);
     PaperdollSlot = Inventory.GetPaperdollIndex(Template.BodyPart);
     IsEquipped    = 1;
     owner.AddStats(this);
 }
Beispiel #3
0
 public void NotifyStats(L2Player owner)
 {
     owner.AddStats(this);
 }