[Release] Shows how much money you picked up!!!! to the whole server 02/10/2009 - CO2 PServer Guides & Releases - 17 Replies in client.cs search for SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "You picked up " + TehItem.Money +
then add under that this World.SendMsgToAll(MyChar.Name + " has picked up" + TehItem.Money + "Silvers we hope he/she willspend it wisely", "System", 2011);
so it loks like this:
{
MyChar.Ready = false;
if (MyChar.ItemsInInventory > 39)
return;
...
[Release] Shows how much money you picked up!!!! 02/09/2009 - CO2 PServer Guides & Releases - 0 Replies ok so its only in Client.cs
at case 1101 add under it
{
MyChar.Ready = false;
if (MyChar.ItemsInInventory > 39)
return;
uint ItemUID = (uint)((Data << 24) + (Data << 16) + (Data << 8) + Data);
DroppedItem TehItem = null;
if (DroppedItems.AllDroppedItems.Contains(ItemUID))
TehItem =...
Picked up -49 return scroll(s) 06/09/2008 - Silkroad Online - 2 Replies I got a bug either its agbot or sro , whenever i pickup a elixir or return scroll or pots it says -49 or -48 items -.- and when i pick it up it doenst shows in storage that i picked up. Anyone could help me with this? (=