Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Kobiesan on March 10, 2017, 01:17:23 am
-
Is jump height something that'd hardcoded into WoW? Can it be changed somewhere?
Update:
Apparently ArcEmu devs found out a way to change jump height with a custom GM command a long time ago but I have no idea where they pulled it and made it from. Link here (http://www.ac-web.org/forums/showthread.php?90769-GM-Commands-(ArcEmu-Mangos)-Lua-functions-list-and-more).
There was also an ownedcore member a looong time ago who modified some values and managed to jump higher. But I have absolutely no idea what he did it's way above me. Link here (http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/204338-jump-height.html)
-
bump
-
I think this is hardcoded in the client. So you need to use ida pro to disassamble the client exe, find the right part on code and change it.