Everything posted by Droidz
-
My dungeon profile keep stucking at same place
It is true that in your log file the response time of the pathfinder is long. Can you try with a VPN?
-
Detect Magic Debuff and cast spell by ID or name
When you run your Lua code (in "dev... tools"), it works ? try to add a print in you code to debug it, like that : for i=1,40 do local name, rank, icon, count, debuffAuraType = UnitAura("player", i); if debuffAuraType == "Magic" then anyCurse = true; print("true") return; end end print("false")
-
My dungeon profile keep stucking at same place
Good morning, It's complicated to provide help on the creation of dungeon profiles. Tried disabling your Wow addons. Activate the radar3d to understand where the bot is trying to go. What is the state of the bot (tab info) when it is blocked?
-
Detect Magic Debuff and cast spell by ID or name
Hello, what is log debug log lines when the spell should be cast?
-
How to make profile force to go specific step after dead
You need to run this code once (before the quest or when the profile starts).
-
Combining Wrobot and Discord profiles
Hello, this post is reserved for the users with WRobot subscription
-
Whitemane server has no wow.exe, only wow_64.exe
Hello, https://wowdl.net/fichiers/clients
-
WoW 9.2.7 auction bot does not put the items up for auction
Hi, I'm sorry, I won't update the auction bot.
-
Wrobot and Wow Crashed if i take some function in Wrobot
https://wrobot.eu/bugtracker/wrobot-stürzt-nach-ca-5-10-min-ab-wow-wird-dann-beendet-r1508/
-
Wrobot stürzt nach ca 5-10 min ab Wow wird dann beendet
And with the shortcut "WRobot (DX hook)" ? Do you have an error in your log ? (if you can share few log files where the sessions crashes)
-
my char stops at the bot every few steps and keeps walking
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
- Dk starting area Quester
-
how to find the id of custom quests ?
-
WRobot_7.3.5_26124
Hello, your problem should solved
-
Wrobot stürzt nach ca 5-10 min ab Wow wird dann beendet
Hello, I replied to your ticket. Try to launch the bot with the shortcut named 'WRobot (No Lock Frame)'. Cordially,
-
How to make profile force to go specific step after dead
Hello, you should use events : robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is wManager.Wow.Bot.States.Resurrect && ObjectManager.Me.IsDead) { // you code here cancelable.Cancel = true; } };
-
Elevators in Serpentshine Cavern
just restart bot
-
Elevators in Serpentshine Cavern
Thanks, support added
- [wotlk] Do not sell any formulas etc
-
My Bot doesn't using exact NPC's from my proflie
It's caused by your plugin AutoSelectFoodAndDrink
-
SpellManager.CastSpellByNameOn - Async ? Await ?
Hello, You can use "Task.Run" to call "SpellManager.CastSpellByNameOn" (and others synchronous methods) and make your asynchronous async. But, CastSpellByNameOn cast the spell and return (it doesn't wait that the spell was cast, for that, you should use "Usefuls.WaitIsCasting()")
-
My Bot doesn't using exact NPC's from my proflie
Hello, check if wManager.wManagerSetting.CurrentSetting.ToTownTimerActivated is disabled, but it's easier to help you with the full log file.
-
Impossible to send LUA on MOP server
No WRobot doesn't have an API for that. You must use Lua code, it is not possible to have a value return from Lua (to the bot) when character is not in game, which makes things more complicated. It's poorly documented, you have to read the game's interface code to find the functions to use https://github.com/tomrus88/BlizzardInterfaceCode/tree/bb430dbf9511eae926219d9548398f58b0012497
-
how to find the id of custom quests ?
Here : You don't have to put a space in 'Action Parameter', use the name as it appears when you click on the drop-down menu.
-
Archeology Digsites Bot Stops Wirkung after First digsite
Hello, if it's not done try to install this file https://wrobot.eu/files/file/276-seus-journey-to-the-center-of-the-earth-pandaria-archaeology-100-complete/