Code: .Where(o => //comment out one of the next 2 lines to set automatic vs manual loot distance (o.Distance <= Styx.Logic.LootTargeting.LootRadius && // (o.Distance <= 60 && (o.Entry == 185881 && Me.GetSkill(SkillLine.Herbalism).CurrentValue >= 350)|| //herb (o.Entry == 185877 && Me.GetSkill(SkillLine.Mining).CurrentValue >= 350 ) || //ore o.Entry == 185915) //eggs // || o.Entry ==185939 //carts from daily quest ) i had added the cart part at the bottom, for the daily quest that has you collect stuff from the carts down in the mine. i uncomment it when i have the quest, recomment it when i don't. would the other edit accomplish anything? was trying for a manual versus automatic setting. i've gotten a lot of LoS problems with my pull range set too high in the mine...
Whats the quest name/ID? I can add a check for it. this plugin doesn't use pull distance but it does use loot radius for distance check, sorry for any confusion
Can't wait to use this. Out of curiosity, does anyone know how long it takes to go from Neutral to Exalted with Netherwing?
i did it by hand (dailies every day + collecting eggs non stop) in a week.. i'm sure a bot could do it quicker (collect more eggs)
It takes exactly that long. Have you ever done a rep grind? I'm getting 3-4 eggs per hour over 20 hours botted. Do the math. Maybe 2 days maybe more. Depends on population if you do the dailies random luck etc.
yah im getting like 2-3 eggs and hour, like all from mob kills aswell... like a million ore too! Sucks the ore isnt a repeatable quest >< id be exalted in seconds
after my second session. i'd say i've got 12 hours botted. I'm wondering if we could change the loot slightly. if distance to the rep node is closer goto it first, if the distance to the lootable mob is closer, do it first? that would make the most sense. now he'll get right to a node, the pet will kill something, and he'll go back loot the mob, then return to the node and loot it. if not, back to the original method of loot the node first, period. thanks. will not be long now til my grind is over.
Honestly? No... never EVER rep grinded anything. Well.... maybe Timbermaw YEARS ago. But then I just said screw it. Netherwing however I always wanted to do because of the mount.
absolutely. i've got a nice one to go with the saber trainers that i'm 2/3 of the way done with.... I'll be revered in a few hours.
how did you fix the bug where it gets stuck on the mine entrance trying to mine or herb something above the mine? please tell me you dont manually move him back to the middle of the mine every time he does that; its what im doing atm which is extremely annoying......
I don't ever go outside of the mine. I opened up the plugin and changed the herbalism line so that he ignores them. d/l the profile again, i made a few additions to it.
I'd like this too Btw, is it just me but when it goes near the bursters that come out the ground the bot will sort of stop, and wait for them to move before looting? Just makes it really look like a bot
open up the plugin with a text editor and find the line that says: (o.Entry == 185881 && Me.GetSkill(SkillLine.Herbalism).CurrentValue >= 350)|| and change it to: (o.Entry == 185881 && Me.GetSkill(SkillLine.Herbalism).CurrentValue >= 850)|| you could also just comment it out by putting // a the beginning of the line this will cause it to not look at the herb nodes. you'll need to hit the recompile all or restart HB for the plugin change to be recognized.