it gave you the ability to create 20 or 30 garrison sources every two hours. Not that usefull, but farming them is really painfull.
Great tool, but I've noticed that if it is interrupted while gathering, which is often the case when it pulls NPC's and they catch up, he doesn't seem to go back to the tree he started on after finishing combat.
I've created several profiles to test, but if the profile is not in rage of a tree, it doesn't move? Any suggestions? Here is a simple talador grind profile I made, but it's not working...
I actually work on a better version who will handle lumber mill lvl, profiles, aggro... gimme some time, it will happen ^^
ArmyDr and others users : Note that at the beginning, this was intended to semi-auto harvest trees and wasn't meant to use profile. U can very easily farm with the plugin by simply go to whatever start zone using a fly and launch the blank profile when you have landed. it will automatically go to the nearest tree. if the plugin can't find any, it will stop its behavior. just run in a random direction until the bot find a tree in area, and it will take the control back.
I will try running with the blank profile... but if I have to move the bot every once in a while ... that kind of defeats the point of botting :-( Don't get me wrong!!! Thank you so very much for your hard work!!! Working pretty well in Everbloom.... But it doesn't loot any of the mobs... which there is a lot to kill.... Any way to enable this? KK... now i am totally getting the appeal of this plugin! How do I make it loot mobs though... pretty please??? *** Final edit - 200+ lumber in 1 hour, running the grind profile in Everbloom *** However, if not watched it will bug and run in circles like a bot (so if running this plug-in, should watch)
Alas I am dependent on amazing writers like yourself who share your code. I can sometimes fix/enhance code, but not good at coding from scratch. I understand that. However, Everbloom is a great place for Alliance timber farming. I was able to cap all 3 of my Alliance toons there in about an hour each (though it kills a lot of NPCs and doesn't loot them /cry). Thanks again for your work!!!
sry no log :/ lasted hb + singular (alliance lvl 2mill) he went to a tree (mounted) added npc´s -> dismounted near the tree and went killing the npc´s afterwards he was looking for a new tree and skipped the "old" which he didn´t get (happend everything i saw him approching a tree in combat).
That happens a lot but it is something you have to live with if you use the plugin. It is obvious the plugin isn't being updated.
sure, i won't work on an update this eve nor tomorrow. don't worry blablub, the issue you have is known and i know where it comes from.
Commented out line 74 and now it loots... at least this way if I have to manage it on the side, I can get loot at the same time // LevelBot.BehaviorFlags &= ~BehaviorFlags.Loot; // will not loot
You're right armydr, you ça modify others behaviors aswell this way. The matter is thé risk to enter an endless loop of trying to go to loot/ trying to go to a tree and moving endless back and forth.
I haven't had this issue once since enabling the looting, at is allows me to farm apexis / gold / etc while waiting for the timber to cap. Thanks again for the plugin! Cant' wait to see your update!
how can i get this to loot the mobs??? the loot mobs option is checked and i am using this with gatherits profile
Find line 74 Code: LevelBot.BehaviorFlags &= ~BehaviorFlags.Loot; // will not loot And replace with Code: // LevelBot.BehaviorFlags &= ~BehaviorFlags.Loot; // will not loot This is just making the plug in ignore this line (called commenting out a line of code). Good Botting! ----------------------------------------------------------- If you don't know how to edit it, just open it in any notepad program. I prefer Notepad++