I added reborn guard for 5017 and i have 5 errors that i dont know how to fix:
[Only registered and activated users can see links. Click Here To Register...]
Here is the errors in order from the pic:
If anyone can help me fix I will be very grateful!
[Only registered and activated users can see links. Click Here To Register...]
Here is the errors in order from the pic:
Code:
[COLOR="Red"]Other.Charowner(owner)[/COLOR].Guard = Mob;
Code:
owner2 = [COLOR="Red"]Other.Charowner(owner);[/COLOR]
Code:
MyTimer.Elapsed += [COLOR="Red"]new ElapsedEventHandler(TimerElapsed);[/COLOR]
Code:
[COLOR="Red"]Gjump();[/COLOR]
Code:
SingleMob mob = [COLOR="Red"]new SingleMob((short)MyChar.LocX, (short)MyChar.LocY, (short)MyChar.LocMap, 100, 100, 100, 100, (uint)General.Rand.Next(400000, 500000), "TestMob", mech, 135, 4, 0);[/COLOR]