Everything posted by BetterSister
-
3.3.5a bot unable to relog (bug in reloger)
Strange thing is that relogger knows how to switch realms correctly but if it needs to select current realm it won't work
-
Implement auto Need/Greed loot?
I will try it tonight. Currently at cousins 100km from home
-
Horde leveling 23+
what game version?
-
Tagged Mobs
BetterSister replied to unsquishable's topic in WRobot for Wow Wrath of the Lich King - Help and supportThere isn't anything we can do before update. @Droidz
-
Tagged Mobs
BetterSister replied to unsquishable's topic in WRobot for Wow Wrath of the Lich King - Help and supportYeah if it targets and starts going for the mob and someone tags it before you it won't back off
-
Implement auto Need/Greed loot?
GroupLootFrame1RollButton //need GroupLootFrame1GreedButton //greed GroupLootFrame1PassButton //pass
-
Mounting issue
Make it to not use the form before it is in combat
-
TargetBuffCastedByMe 3.3.5 Servers (Anyone who uses this please look at)
I haven't tested it with other players using same spells :/
- Cooldown Time Left
-
how do i enable "review file" option at profile downloads?
Thank you
-
how do i enable "review file" option at profile downloads?
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/
-
Can't download bot, virus detected
If they actually apply a fix for it it's miracle
-
some problems with party bot in openpvp
this won't work for rebirth because it has cooldown but resurrecting should work with this code
-
some problems with party bot in openpvp
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; } }
-
[Feedback] WRobot for WotLK
BetterSister replied to yosh4you's topic in WRobot for Wow Wrath of the Lich King - Help and supportOh and if it doesn't have wotlk tag it means the report should be affecting all versions
-
[Feedback] WRobot for WotLK
BetterSister replied to yosh4you's topic in WRobot for Wow Wrath of the Lich King - Help and supportThey are tagged with 3.3.5a or wotlk
-
Grinder Action
This would be much easier with quester profile. Also force ignore isn't there yet. Comes with next update
-
Help with quest
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)
-
[Feedback] WRobot for WotLK
BetterSister replied to yosh4you's topic in WRobot for Wow Wrath of the Lich King - Help and supportThis 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
-
[Feedback] WRobot for WotLK
BetterSister replied to yosh4you's topic in WRobot for Wow Wrath of the Lich King - Help and supportWelcome 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).
-
Implement auto Need/Greed loot?
It should be need first and greed next. I'll recheck them when i get home. Mouse might have moved while checking them
- Relogger feat over?
-
some problems with party bot in openpvp
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
-
Gathering Question
it can do both at once. The bot knows if you can't gather some herbs (level requirements)
-
Implement auto Need/Greed loot?
Currently Greed setting = pass. I'll try what Need does...