namigator icon indicating copy to clipboard operation
namigator copied to clipboard

Maximum step height

Open namreeb opened this issue 8 months ago • 3 comments

Step height is defined as the maximum height below which walkable slope is ignored. The purpose of this issue is to document examples of steps that are allowed or are too high, to narrow in on a value. If anyone wants to reverse the game to find what this value should be, be my guest!

namreeb avatar Jun 30 '25 05:06 namreeb

Walkable (in map Azeroth):

[7:56:16 PM] Player Namreeb Address: 0x16710008 GUID: 0x9D53 Position: (-9886.764, -202.503, 35.21434) Distance: 0
[7:58:38 PM] Player Namreeb Address: 0x16710008 GUID: 0x9D53 Position: (-9887.099, -202.5859, 36.21493) Distance: 0

So walkable height >= 1.00059.

namreeb avatar Jun 30 '25 05:06 namreeb

Walkable (in map Azeroth):

[7:56:16 PM] Player Namreeb Address: 0x16710008 GUID: 0x9D53 Position: (-9886.764, -202.503, 35.21434) Distance: 0
[7:58:38 PM] Player Namreeb Address: 0x16710008 GUID: 0x9D53 Position: (-9887.099, -202.5859, 36.21493) Distance: 0

So walkable height >= 1.00059.

https://github.com/user-attachments/assets/30b7f056-9c6a-4e3d-b55b-399f4c064826

andrew-ars-dofus avatar Jun 30 '25 06:06 andrew-ars-dofus

Not walkable:

[8:01:10 PM] Player Namreeb Address: 0x16710008 GUID: 0x9D53 Position: (-8952.599, -119.8153, 83.28346) Distance: 0
[8:01:18 PM] Player Namreeb Address: 0x16710008 GUID: 0x9D53 Position: (-8952.651, -119.5095, 84.76285) Distance: 0

So walkableHeight < 1.47939.

namreeb avatar Jun 30 '25 06:06 namreeb