any suggestions or links to a profile to run with this?maybe a modified kicks someones who has it working?
I have an annoying problem, i'm using a pala and it trys to renew the bleesing while transformed into a bunny, Is there anyway to disable buffing or to cancel the bunny buff? Anyway great job with the plugin!
i think we have more game object ids: 113768, 113769, 113770, 113771 id 45072 is the chest in the pocket, not a egg to find.
use http://www.thebuddyforum.com/honorbuddy-forum/plugins/uncataloged/68040-plugin-zaprecorder2-profile-recorder-gb2.html and create your own profile
SOLVED! If anyone is having the same problem here is the solution! http://www.thebuddyforum.com/honorb...43-plugin-noblegarden-bunny-aura-remover.html Thanks to fertzi
look here its true the eggs in your bag are 45072 ... but not the game object ids on the ground. 2 different things
Ok mates, i'll give it up for tonight, scripts for honorbuddy look so easy but in fact they are pretty difficult because you dont know what command you can use for what, they all look the same xD Actually i am not bad at scripting and coding but this is something strange... I tried to create a plugin that collects eggs, solves the bunny-aura issues and uses the basket, but even it looks so easy it isn't... I could not even find a command how to run a simple marco like "/use item xxx" - i found several different options but none of them worked and their code-book in the developer forum is pretty hard to understand... I'm sry and i hope i can help you tomorrow, in my country it's already 3.30am ... See you
I managed to get to a pretty afk'able method probabily not the most efficient but, not a single line of code was written. 1. Use the latest version of EggCollector. Atm it still skips some eggs but it's doing much better than 2 updates ago 2. Use ZapRecorder2 to make a simple path profile. It was my first time doing this and was pretty easy, I'm did it in Mulgore fyi. 3. Install AntiBunnyAura plugin that i Linked a few posts ago and just activate it! It will make your character cancel the bunny transformation buff allowing it to mount up and/or cast any CC spells like rebuffing. 4. Setup Mr.ItemRemover2 after you get one Egg in your bags so it will open them after looting, you can even configure it to delete any unwanted items like Tuxedo set and pets ect. With all that done using Grind Bot mode you will end up getting a lot of chocolates in your bags! I know I'm not telling nothing new or adding anything but I hope I can save some searching time to my fellas! btw, the i'm not using the Egg Basket, but on the other hand you since you are cancelling the bunny stuff you can mount up, i know it's not the same but it's something!
Tried everything my simple mind can think of, like using lazy raider with movement disabled, or turning off mounting, setting loot radius to two, pull distance to zero, nothing is working. Looks like maybe there is movement written in to the plugin.
it has something to do with else { Navigator.MoveTo(chest.Location); } but as soon as i disable that in the plugin, it stops looting eggs altogether. even the ones right next to me.
Blast! Was about to try that. Anyone know a command to just stand there and do nothing? ETA Well, tried replacing it with a return command, but it doesn't work. Also, the included tidybags plugin doesn't open the eggs. It flashes a message in the HB screen if I open it manually, but that's about it.
there would have to be a variable that tells HB to stop doing a line of sight check. thats why it's not working if (chest != null && chest.IsValid) and if (chest != null && chest.IsValid) are satisfied, HB still runs a line of sight check and thats where it gets stuck (even if the egg is just across a fence and still clickable) with my edited version of the plugin, it will SOMETIMES click the one right in front of me but the one 3 yards away across a tree/barrel/whatever wont be clickable. thats just my theory anyway.