Here's a simple plugin to help bots look more "natural". It'll open the map every 40-180s, look at it for 1-3s and close it. Since your characters animates the map opening/closing, it looks more natural. Map will close on combat and wait until combat is over to open. Credits: old author was "stryx", and I found it in an old request thread years ago. Decided to improve the logic and fix it for the latest HB. Working 100% That's it! Enjoy. If you want me to add something else just tell me here or add it yourself and tell me so I can edit this post with the latest file.
I?ve got a nice idea but im a C/C++ programmer for game mods and never tried honorbuddy scripts ^^. Everybody knows that if u use a bot and the char is mounting he exactly starts moving 0.1 ms after mounting up. what about waiting 0.5-1.5 sec and first look into the direction he wants to move to everytime he uses a mount ? if u dont want to make such a plugin i could do it but i need some sort of list with commands for wow/honorboddy in C or C++ .. lua is such a ugly piece of script ^^ Edit: Forgot to say Nice Work! ^^
Thanks! Most players move right after the char mounts. I actually move before it does to compensate for the lag. I think it can be done by modifying the mount behaviour and setting a wait timer after a mount is complete (maybe taking a look into Mount+ plugin). I'll give it a shot another time. No promises, though!
I think he meant it opens the map at a random time interval between 60-300 seconds, so some nasty GM can't spot the loop. Other than that great plugin .
Yup, that's what I understood. I said I would try to make a settings menu so you could set the interval, I'm sorry if I wasn't clear. (It's already random, but only from 40-180s) If you want to do it yourself, search for "40,180" in the code (no quotes) and change that to the values you want. If you search for "1,3" you'll find the timer for the amount of time it'll stay open (1-3s).