Jump to content

BetterSister

Elite user
  • Posts

    1887
  • Joined

  • Last visited

Everything posted by BetterSister

  1. Strange thing is that relogger knows how to switch realms correctly but if it needs to select current realm it won't work
  2. I will try it tonight. Currently at cousins 100km from home
  3. what game version?
  4. There isn't anything we can do before update. @Droidz
  5. Yeah if it targets and starts going for the mob and someone tags it before you it won't back off
  6. GroupLootFrame1RollButton //need GroupLootFrame1GreedButton //greed GroupLootFrame1PassButton //pass
  7. Make it to not use the form before it is in combat
  8. I haven't tested it with other players using same spells :/
  9. getspellcooldowntimeleft doesn't work for trinkets
  10. my 13-60 horde profile doesn't have review/give stars option. How do i enable it? I can't find it http://wrobot.eu/files/file/649-wotlk-horde-13-60-questing-profile-by-bettersister/
  11. If they actually apply a fix for it it's miracle
  12. this won't work for rebirth because it has cooldown but resurrecting should work with this code
  13. My code didn't work properly so i gotta work on it when i got time but here is code from my druid profile. It won't work like this but if you know something about programming you should be able to get this working var resAll = getPartymembers().Where(o => o.IsValid && o.IsDead && !TraceLine.TraceLineGo(o.Position)).OrderBy(o => o.GetDistance); if (resAll.Count() > 0) { var u = resAll.First(); WoWPlayer all = new WoWPlayer(u.GetBaseAddress); if (!TraceLine.TraceLineGo(all.Position) && all.IsDead) { Interact.InteractGameObject(all.GetBaseAddress, false); _rebirth.Launch(); return true; } }
  14. Oh and if it doesn't have wotlk tag it means the report should be affecting all versions
  15. They are tagged with 3.3.5a or wotlk
  16. This would be much easier with quester profile. Also force ignore isn't there yet. Comes with next update
  17. You must use is complete conditions with some c# code. Right now i cannot assist you with this because I'm not home untill tomorrow (about 20hours from now)
  18. This issue is caused by fight class specific settings. (mostly casters issue. Also being worked on) I get a lot of these error massages after pulling a monster: [N] 22:15:19 - [MovementManager] Think we are stuck [N] 22:15:19 - [MovementManager] Trying something funny, hang on [D] 22:15:19 - [MovementManager] Avoid wall: StrafeLeft
  19. Welcome and thanks for feedback. From your post count i see right away you didn't do any research (or very little) while doing this post because almost (if not all) every single thing you said about are known issues and can be found from bug tracker (mostly reported by me) This issue isn't reported because i didn't think it is relevant but i knew already about it While attacking the actual monster the toon is 100% facing the target, that means that he is turning left or right if the monster is moving (easy to identify a bot).
  20. It should be need first and greed next. I'll recheck them when i get home. Mouse might have moved while checking them
  21. blizzard is becoming clever
  22. I actually wrote resurrection of paty member in C# couple days ago while working on shaman healer fight class. I'll share it when i get home
  23. it can do both at once. The bot knows if you can't gather some herbs (level requirements)
  24. Currently Greed setting = pass. I'll try what Need does...
×
×
  • Create New...