Everything posted by Droidz
-
cant start quester after newest update
Yes problem is normally resolved with the new update
-
cant start quester after newest update
I'll resolve problem quickly
-
cant run 10 sessions.
You use relogger app?
-
cant start quester after newest update
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Need help with close wrobot via c# code
Hello, use: robotManager.Events.LoggingEvents.OnAddLog += delegate (robotManager.Helpful.Logging.Log log) { if (log != null && !string.IsNullOrWhiteSpace(log.Text) && log.LogType == robotManager.Helpful.Logging.LogType.Error && log.Text == "Character changed, closing bot.") { System.Diagnostics.Process.GetCurrentProcess().Kill(); } }; (run this code one time)
-
Unabke ti start Wrobot
Hello, you play in what wow version?
-
gather quest in 1.12
Hello, try to disable all wow addons and try to increment your min/max latency in advanced general settings
-
Cant adjust advanced settings
Hello, you can try also step 14: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
-
cant run 10 sessions.
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
- created a profile for gather. this is the error i keep getting
-
Stop WRobot from managing InFight Movement
Hello, try code like (run it one time): var lastUnit = new WoWUnit(0); wManager.Events.FightEvents.OnFightStart += delegate (WoWUnit unit, CancelEventArgs cancelable) { if (unit != null && unit.IsValid && lastUnit != null && lastUnit.IsValid && !unit.Guid.Equals(lastUnit.Guid)) { lastUnit = new WoWUnit(unit.GetBaseAddress); // StartFight(Int128 guid, bool skipIfPlayerAttackedButNotByTheTarget = true, bool managerMovement = true, bool stopIfPlayerTargetChange = false, bool rotationBot = false) Fight.StartFight(unit.Guid, false, false, true, true); cancelable.Cancel = true; } }; (not tested)
-
SpellManager.GetSpellSlotId
Hello, it is normal first index is generally 0, you need to add +1 to use it in lua ( look sample https://www.google.com/search?q=site%3Awrobot.eu+SpellManager.GetSpellSlotId )
-
Game version incorrect
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Bot will not mail items
Hello, check if you have mailbox in npc db (tab tools or in your profile)
-
Mage issues - Consumables and sheep
You can also add code in "Additional C# code" (like this: https://wrobot.eu/forums/topic/1299-monks-brews/?do=findComment&comment=6999 , https://www.google.com/search?q=Additional+C%23+code+site%3Awrobot.eu )
-
Bot going AFK over and over while walking around
Hello, can you read this: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) install SlimDX, vc++ and try to close slimdx, if your problem is not resolved please share your log file
-
Adding my own states
Hello, you use AddState ? robotManager.Events.FiniteStateMachineEvents.OnStartEngine += engine => { engine.AddState(MyState); };
-
Tries to make food but just keeps moving
Hello, add conditions (item count) https://www.google.com/search?q=site%3Awrobot.eu+Conjure+Food
-
Game version incorrect
Hello, try to disable your antivirus, check if you have selected good version during WRobot installation
-
Key expired?
User group problem resolved, everything should be good now, sorry for the inconvenience.
-
bot doesn't work this game version.
you play on private server?
-
Movement manager false stuck after cast finished
Hello, increment fightclass range or put lower range at your spell
-
key expired out of no where?
- Key expired?
Hello, I get a few problems when I removed subscription for official servers from the store, but problem is normally resolved. edit: Some users seem to not comeback to the group "WRobot user" I'll fix it in the next hours.- Bot doesnt work suddenly
- Key expired?