28-04-2007, 11:20 AM
Braydok, you are gonna have to make it so it divides the x and y by 32 before warping.
If you do that, It'll warp to: Map: 1, X: 8, Y: 6
To do that, You'll need to add this piece of code before it sends the packet:
If you do that, It'll warp to: Map: 1, X: 8, Y: 6
To do that, You'll need to add this piece of code before it sends the packet:
Code:
X = Int(X / 32)
Y = Int(Y / 32)
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?