How come when I reborn, it deleted my gourd after I relog... AND if I set it in reborn to take of the gourd after reborn.. its in my inventory... then I relog and its gone! y?
if (Equips.RightHand.ID != 0)
{
Inventory.Add(Equips.Get(5));
EquipStats(5, false);
Game.World.Spawn(this, false);
Equips.UnEquip(5, this);
}
I believe youd also need to changeQuote:
Change righthand to the gourd thingymajig idk what its called.Code:if (Equips.RightHand.ID != 0) { Inventory.Add(Equips.Get(5)); EquipStats(5, false); Game.World.Spawn(this, false); Equips.UnEquip(5, this); }
Inventory.Add(Equips.Get(5));
Inventory.Add(Equips.Get(8));