Jump to content

dvdood

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by dvdood

  1. How to make hunter not start a fight without a pet? (there's not enough mana for revive)
  2. Still haven't found a way to make bot stay still and sit after it consumes drink ?
  3. Ok im kinda over with mend pet, now i just want to force drink if my pet died and i dont have enough mana for revive. ?
  4. drink/eat is set to 35%, if my pet dies and my mana is above 35%, but lower than what i need for pet revive skill hunter engages into fight without pet, how do i stop that ? I have tried using wManager.Wow.Helpers.ItemsManager.UseItem(1708); with conditions of pet being dead and my mana being below 80%, it consumes the drink, but doesn't sit, just runs to fight.
  5. No errors now. However it doesn't want to use multi-shot. If i change >= 2 to <=2 it works (obviously on single targets too... ? ) Edit: ok i used ObjectManager.GetWoWUnitHostile().Count(x => x.Position.DistanceTo(ObjectManager.Pet.Position) <= 7 && x.IsAttackable) >= 2 found in forum something similar and it works.
  6. When i add this condition to multi-shot i do get error like this: http://prntscr.com/jpl07r
  7. I can't figure out how to edit eeny's hunter fight class for a condition of mob count attacking me or my pet. Let's say i'm trying to make it so the bot would cast multishot if 2 or more mobs attack my pet, also stop bot from casting mend pet if hunter itself is being attacked. (use rapid fire or bestial wrath i guess would work same as multishot too i guess, don't wanna waste cd on 1 mob). Any ideas?
  8. Is there a way to detect how many units attack pet and how many units attack me? Let's say i want bot to use multishot when 2 or more units attack my pet. Also forbid mend if i am being attacked.
  9. Is there a way to make bot stay in certain area? Now it seems bot goes to any direction as long as it finds listed mobs.
  10. Its very strange, sometimes it works ok just like it should i guess, but sometimes yes, i does not turn around and is facing away from mob trying to shoot (looks like stuck on nothing if anyone else sees the bot). Ill try to add that HP condition.
  11. same fighting class: It backs off, but doesn't turn around (or does that slowly while trying to shoot) and tries to shoot. Looks very fishy from other person perspective. And since its a hunter range management is very useful, i don't want to remove it ? Sometimes pet kills mob before hunter turns around.....I disabled addons when i had other issues, and now only this issue left. (strangely enough addon that was cousing problems somehow helped with rangemanager, it worked better for sure). Any ideas?
  12. So i'm using this fight class, it seems that mendpet after second or so into channeling gets canceled and bot goes on picking up loot and continuing grind. Some times it is cast few times, depends on pet hp. Is there a way to force bot to finish full channeling so it wont waste a lot of mana?
  13. When trying to create simple fighting class with "Creator" i add auto shot, but the bot just goes close range and attacks are melee. Character is hunter so it's bad. How do i make it auto shot and melee only when mob is close range?
  14. Im not very bright in these things, "inside lua in fight class editor" not sure how to check inside lua, i load fight class and then what :D or where to add Thread.Sleep(250)
  15. forerun is there a topic how to use c#rotation ? Not sure where to put this immolate example.
  16. I am already using your fight class, modified for my needs :) I tried right now without modifications but same thing happens, vampiric touch sometimes is cast twice in a row for no reason :/
  17. Even if i set condition same as for shadow ward: pain (buff / buff casted by me false) it sometimes casts twice in a row and thats quite a bit of mana wasted. Can i somehow prevent that.
  18. Thanks, cleaning npc db helped, it was full of npc's :)
  19. While creating profile i add vendor/repair npc (same npc), but it seems that bot finds its own npc to run to. I tried turning off auto npc detection but that didnt help. Now bot runs from badlands bottom left corner (rock elementals) to burning steppes and ofc dies, mobs are too strong there.
  20. How do i remove mind blast entirely and change to use shoot/wand at 30% mana ? :)
×
×
  • Create New...