first problem solved xD next one ...
whats rong at this code ? :|
if (CurrentNPC == 999)
{
if (Control == 1)
{
if (MyChar.CPs += 1000) ;
{
MyChar.CPs -= 1000;
MyChar.AddItem("1072031-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
}
}
}
i want to make a npc that gives me and emerald for 1k cps :| any help please ?
whats rong at this code ? :|
if (CurrentNPC == 999)
{
if (Control == 1)
{
if (MyChar.CPs += 1000) ;
{
MyChar.CPs -= 1000;
MyChar.AddItem("1072031-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
}
}
}
i want to make a npc that gives me and emerald for 1k cps :| any help please ?