Jump to content

[fixed mostly][9161]Animals hunters go very slowly


Guest Skyner

Recommended Posts

A lot of bugs appeared after the upgrade, but I have found:

Hunter pets go slowly, before they ran, but now just a horror.

They go on foot.

Added on January 13:

I noticed not only by hunters animals walk slowly, but as well as any pets. Even such a warlock ....

And all connected with pets. :(

Link to comment
Share on other sites

out of curiousity if the code in causing this issue is

+ else if (owner.isInCombat())

why not just edit it back out? it doesnt look much like it would harm anything being removed... I am going to try it on my next build just for kicks but... this simple fix has worked before...

Link to comment
Share on other sites

here is a thought... change MONSTER_MOVE_WALK to MONSTER_MOVE_UNK7 IDK.. worth a shot.. UNK7, 9,10,11, & 12 are all labeled run... maybe one of those will solve it

actually... an even more interesting thought:

on playerbot the bots follow using MOVEMENT_FOLLOW instead of MONSTER_MOVE_

maybe it can be adapted this way instead?

Link to comment
Share on other sites

out of curiousity if the code in causing this issue is

+ else if (owner.isInCombat())

why not just edit it back out? it doesnt look much like it would harm anything being removed...

Sure, player pet will like before then. However, pet of npc will run, instead of walking when for example following his master using a waypoint. No matter how much we twist and turn it, it need a more extended correction so it will be right in all cases :)

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use