Title says it all..
Here is the snippet from Mob.cs
I can't really see where it makes it add it automatically :O
Here is the snippet from Mob.cs
I can't really see where it makes it add it automatically :O
if(Char != null)
if (Char.VipLevel >= 3)
{
Char.Silvers += DI2.Silvers;
return;
}