Hello epvp.. today am working on warp packet calculations it's kinda weird.
however: here is a simple packet
A8 60 = RegionID(24744)
00 E0 82 44 = PosX(1047)
75 AD 57 C1 = PosY(-13.4798479)
00 80 95 44 = PosZ(1196)
also here is some calculations i have written so far but i can't understand it since there is a big difference between X=1000 and X=1047 than normal.
any ideas would be great, Thanks in advance.
however: here is a simple packet
PHP Code:
[C -> S][7010]
10 00 ................
A8 60 .`..............
00 E0 82 44 75 AD 57 C1 00 80 95 44 ...Du.W....D....
01 00 ................
00 E0 82 44 = PosX(1047)
75 AD 57 C1 = PosY(-13.4798479)
00 80 95 44 = PosZ(1196)
also here is some calculations i have written so far but i can't understand it since there is a big difference between X=1000 and X=1047 than normal.
PHP Code:
x=0 00 00 00 00 X:6144 Y:851 --
x=1 00 00 80 3F X:6144 Y:851 -- 16256 + 128
x=2 00 00 00 40 X:6144 Y:851 -- 16384 + 64
x=3 00 00 40 40 X:6144 Y:851 -- 16448 + 64
x=4 00 00 80 40 X:6144 Y:851 -- 16512 + 32
x=5 00 00 A0 40 X:6144 Y:851 -- 16544 + 128
x=10 00 00 20 41 X:6145 Y:851 -- 16672 + 128
x=20 00 00 A0 41 X:6146 Y:851 -- 16800 + 168
x=50 00 00 48 42 X:6149 Y:851 -- 16968 + 128
x=100 00 00 C8 42 X:6154 Y:851 -- 17096 + 128
x=200 00 00 48 43 X:6164 Y:851 -- 17224 + 178
x=500 00 00 FA 43 X:6194 Y:851 -- 17402 + 128
x=1000 00 00 7A 44 X:6244 Y:851 -- 17530
x=1047 00 E0 82 44 X:6440 Y:887
x=1083 00 60 87 44 X:6444 Y:851