this is Map (in the parameters of the Teleport void)
Code:
ushort Map
10/11/2011 21:51BaussHacker#17
Make sure MyClient is set before it's used.
10/11/2011 22:00killersub#18
Quote:
Originally Posted by BaussHacker
Make sure MyClient is set before it's used.
what do you mean?
It's already set, plus I have not even touched the source(only when you told me to replace a few things).
12/24/2011 13:26alex4war#19
Quote:
Originally Posted by killersub
smart fix, but still there is an error.
Error line (Character.cs) "TELEPORT VOID"
Code:
MyClient.AddSend(Packets.GeneralData(EntityID, Map, X, Y, 86));
Im Getting the same after created a char, how to fix?
12/25/2011 23:14Spirited#20
Stop coding.
Both of you.
If you don't know what "null" means or what "assigning a variable" means, then start at Hello World. :facepalm: People like you shouldn't be trying to debug a source that they don't understand in the slightest. Build upon what you know or else you're going to start burning your own bridges.
03/30/2013 22:55$-Tiger-$#21
MyClient.AddSend(Packets.GeneralData(EntityID, Map, X, Y, 86)); <<<did you find solution killersub :D