Need help for 5165

02/18/2011 01:29 neverhere#1
Im keep having this message showing up in my source
[Only registered and activated users can see links. Click Here To Register...]
Char.Silvers += 1000000; << this is the line that it talking about.


Last problem. Why everytime i do /restart or /exit in NewestCo server that some acc was roll back then that char was bugged. Like when i wisper to that person it says the char is not online or something else (I just cant wisper him) and cant trade him.
02/18/2011 05:35 { Angelius }#2
where did you get that >>> Char.Silvers += 1000000 you are in the Dropanitem void and the owner is a uint that Char << part is null the silvers are being added no where you need to reference it .
Quote:
public static void DropAnItem(Game.Character Killer)
{
uint Owner = GC.MyChar.EntityID;
byte Owner.Level = GC.MyChar.Level;
Killer.silvers += 9999;
etc etc
}
but than you need to change every single dropanitem reference inside the source to bla bla.DropAnItem(KILLER);


better than doing all that just drop that source and look for a good base and learn how to build it up that source is shitty .

Good Luck ,