Everything posted by Droidz
-
Private msg help
Hello, look this plugin http://wrobot.eu/files/file/359-whisper-reply/
-
Executing Lua code only once after I die
If you want than WRobot stop to reloadui you can change settings here http://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
-
Pet attack for warlocks
You have activate spell setting 'Not spell, is lua script'?
-
Executing Lua code only once after I die
Hello, in the fightclass editor, in "Additionnal C# code" (top left) put this code: static Main() { bool lastState = false; while (Conditions.ProductIsStarted) { if (Conditions.InGameAndConnectedAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { if (lastState && !ObjectManager.Me.IsDeadMe) { Logging.WriteDebug("Retrieve corpse, ReloadUI"); Lua.LuaDoString("ReloadUI()"); } lastState = ObjectManager.Me.IsDeadMe; } Thread.Sleep(100); } }
-
Fightclass wand issues
- Pet attack for warlocks
Put only PetAttack()- Pet attack for warlocks
Where do you run this line?- Range problems since last update
- Pet attack for warlocks
"PetAttack()" works in all wow version, "runmacrotext" has been added in TBC- Pet attack for warlocks
Hello, run lua code PetAttack() works . You can also try to run lua code PetActionButton1:Click() (same result) (Runmacro... is not implemented in wow vanilla)- Does anyone have Legion Flightmasters working in 7.1.5? Can't get mine to use them - bug?
Hello, do you have try to clear your taxidb or reinstall wrobot?- Range problems since last update
Add condition "CooldownEnabled" > "false" or "CooldownTimeLeft" > "bigger..." > "0"- Summon a friend
In runluacode, put only lua code: SummonFriend("party1")- Bot doesnt Work, hit "play" nothing happens
Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Not accepting or turning in quests since last update
- Range problems since last update
If you can try with new update- Range problems since last update
Can you try to reactive "Calculate interact/combat distance by target size" or reinstall WRobot in new folder to test if problem is caused by your settings- Range problems since last update
Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). (if you have wow addons try to disable all)- Warlock don't cast spells
- Gather:about mount bug
You use mount name like is appear ingame?- What does Search Radius mean?
Hello, yes it is that. And no for the PVP- Warlock don't cast spells
- Range problems since last update
Can you share your fightclass- Swimming under water
- Druid cat form and vendor
Hello, you need to manage this in your fightclass, cancel form if you are out of combat, or you can use this csharp condition to test if you go to town: wManager.Wow.Bot.States.ToTown.GoToTownInProgress - Pet attack for warlocks