Everything posted by Droidz
- Any interest in Lua?
-
[Vanilla] Bot will only cast in melee range
Hello, you have forget to change fight range (top-left in fightclass editor)
-
1 year subscription
Hello, this type of subscription no longer exists.
-
Bot keeps skipping / ignoring some of the mobs
You use a very old version, I cannot help you, update WRobot and check if problem appear again.
-
Profil fight class mage
Bonjour, déplacez le fichier dll dans le dossier fightclass il sera visible dans lors dans la selection
-
Close game when Teleported --> Stop bot when Teleported
Hello, I am not sure to understand what you want but: robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate(robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (state is wManager.Wow.Bot.States.StopBotIf && state.DisplayName == "Security/Stop game") { // sample to disable tp detection: wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; wManager.Wow.Bot.States.StopBotIf.ForcePvpMode = true; wManager.Wow.Bot.States.StopBotIf.LastPos = wManager.Wow.ObjectManager.ObjectManager.Me.Position; // how to wrobot check if your char is tp: if (wManager.Wow.Bot.States.StopBotIf.LastPos != null && wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAlive && wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo(wManager.Wow.Bot.States.StopBotIf.LastPos) >= 450) { // close bot... } } };
-
Saved Items List?
Hello, you need to complete list yourselft, list is in advanced general settings.
- probleme Gatherer sur un seul personnage
-
cant run wow anymore in 32. bit
- How to starting Wow in 32-bit
Hello, To launch Wow in 32 bit with "Battle.net launcher": https://eu.battle.net/support/en/article/33881 To launch Wow in 32 bit without "Battle.net launcher" you have several methods: Create shortcut (create shortcut of Wow.exe and add argument "-noautolaunch64bit"): Rename(or remove) "Wow-64.exe": Use WRobot to launch Wow: Use "Relogger": https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/ To check if Wow is running in 32bit:- probleme Gatherer sur un seul personnage
- Possible to open Easy Quests Editor without wrobot?
Hello, no- Key
Hello, problem resolved by PM- Not recognize Quest.GetQuestCompleted()
- Too much blockages after new patch
Try to reinstall WRobot in new folder (don't remove your old folder, just to check if it is the problem)- Too much blockages after new patch
Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Too much blockages after new patch
WRobot use server now to find path- Game version incorrect
WRobot use only Wow.exe- Game version incorrect
Hello, try to download another wow client- Bot keeps skipping / ignoring some of the mobs
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Not using flight master during quests?
Hello, try to remove your all in "taxi db" (tab tools)- Gatherer Druid-Travel Form loot interruption
Hello, in advanced general settings disalbe option "Ignore fighting during farm if in druid form"- Not execute TurnIn
Hello, it is because "ObjectiveCount1" = 1, put 0- Wrobot not login after disconnect
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- RunMacroText?
<QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use item:22962')" /> or <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use ItemName')" /> - How to starting Wow in 32-bit