Can Some One Tell Me How To Make Command To Pack 10 DB or Meteor To DBScroll Or MetoerScroll
Can Some One Give Me Sample Of Command..
Can Some One Give Me Sample Of Command..
Sure but you're accumulating useless checks.Quote:
Ty For sharing this.. i use source 5530
Is This The Right Command To Pack
case "DBScroll":
{
if (client.Inventory.Contains(1088000, 10))
{
client.Inventory.Add(720027, 0, 1);//DBScroll
}
if (client.Inventory.Contains(1088000, 10))
{
client.Inventory.Remove(1088000, 10);
}
break;
}
case "MetScroll":
{
if (client.Inventory.Contains(1088001, 10))
{
client.Inventory.Add(720027, 0, 1);//Meteor Scroll
}
if (client.Inventory.Contains(1088001, 10))
{
client.Inventory.Remove(1088001, 10);
}
break;
}