BlackForce
New Member
- Joined
- Jun 15, 2014
- Messages
- 21
- Reaction score
- 0
Hi i edited the Lookup.cs from Line 141 up to 157
db-kadalaspree\XCore\Lookup.cs
bye
db-kadalaspree\XCore\Lookup.cs
Code:
{
{VendorSlotType.OneHandItem,75},
{VendorSlotType.TwoHandItem,75},
{VendorSlotType.Quiver,25},
{VendorSlotType.Orb,25},
{VendorSlotType.Mojo,25},
{VendorSlotType.Helm,25},
{VendorSlotType.Gloves,25},
{VendorSlotType.Boots,25},
{VendorSlotType.Chest,25},
{VendorSlotType.Belt,25},
{VendorSlotType.Pants,25},
{VendorSlotType.Bracers,25},
{VendorSlotType.Shield,25},
{VendorSlotType.Ring,50},
{VendorSlotType.Amulet,100}
};
bye






