also this is the first time to release...
first search for... character.cs and ctrl+f then type
else if (ItemParts[0] == "720010")
the below that group code..add this
Code:
else if (ItemParts[0] == "1088001")//5 mets to MeteorPack
{
if (ItemsInInventory < 40)
{
if (InventoryContains(1088001, 5))
{
AddItem("721510-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemUID);
}
}
}
below that code (else if (ItemParts[0] == "1088001")//5 mets to MeteorPack) add this...
Code:
else if (ItemParts[0] == "721510")//MeteorPack to 5 mets
{
if (ItemsInInventory < 36)
{
AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
AddItem("1088001-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
RemoveItem(ItemUID);
}
that all...easy... just correction if i'm wrong....
.it's just my own code... remember...
Like: Press +Thanks
Dislike : Don't Post and leave






