Everything posted by Droidz
-
Mobs in -80000 Z coord range
I'll try to add in next update maxz distance to avoid this type of problem
-
Server connection ... Stuck
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install slimdx and vc++
-
How to right click an item in bag
Hello, you can try to use item to open dialog, and to click on dialog button use https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
-
does not grab quest item
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/ ).
-
new customer here wierd issue just started
- TurnIn quest, trying to press on each gossip in quest giver, bug or ?
Hello, no sorry, if npc menu never change you can turnin quest with questtype InteractWithNpc (and run macro to complete quest)- Take off tha bag
Hello, try: In "CONTAINER_BAG_OFFSET_X" replace X by 1, 2, 3 or 4 and replace "Small Black Pouch" by your bag name- Wrong transaction id
Hello, You can found your license key here: https://wrobot.eu/clients/purchases/ If it is not problem if you can give more details- force the collection of herbs
Hello, try this plugin Ignore all combat fight.cs- Wrobot keeps randomly crashing without any error Log
Hello, you have too many wrobot plugins and sometime wow addons. Download and install WRobot in new folder, try to run automaton without plugin/fightclass, if you don't get crash try with fightclass, try your profile, try to add plugin one per one- wait for a few minutes to resurrect
hello, try plugin like: using System.Threading; using wManager.Wow.Bot.States; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is Resurrect || state is ResurrectBG) { Thread.Sleep(1000 * 30); } }; } public void Dispose() { } public void Settings() { } } Wait Resurrect.cs- Easy Quests Editor save Tool Window positions and sizes
- Take off tha bag
Hello, in what wow version?- The bot runs in circles endlessly
Hello, I think that it is profile problem- Little problem about quest picking
Hello, try to pick the quest manually with quest type interactwithnpc (and use lua code to only select your quest)- Add action in grinder profile
Hello, To click on crystal you can add object in object to harvest list (in advanced general settings), if you just to to interact with npc you can add it to npc to attack, but in your case it is better to use Quester profile- Cant go to settings on my Plugins
Hello, some plugins have not settings, but you can open it with notepad to change code (where you have found this plugin?)- Turn off "Bot pause if player nearby"
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/ ).- Profile I created wont leave instance and reset.
Hello, it's depend of your profile, https://wrobot.eu/forums/topic/1925-sample-dungeon-profile/- Flying Mounts broken in TBC/WOTLK
I tried with automaton and grinder profile several hours each without plugin/fightclass and I cannot reproduce your problem. You get this problem without plugin but you have try without fightclass? He seems than WRobot press key (jump or forward I don't know) but never release it (I checked code several time and seem not in WRobot)- Feature Request: Add Easy Profiles Creator button to Tools Screen
Hello, sorry I cannot add it to tab tools, editor is in 'Quester.dll' product.- [TAURI] Wrobot detected
If you can launch all time WRobot with shortcut "WRobot No Edit Memory" (and check if you use default wow client, no client of Tauri) and tell me if you get ban again. But seem to be manual ban- Flying Mounts broken in TBC/WOTLK
You confirm that "W" is to move Forward ?- Flying Mounts broken in TBC/WOTLK
I confirm than fly mount management on TBC is horrible (especially the sliding before dismounting, I'll try to resolve it) But I cannot reproduce the problem of this post after several hours, someone have profile to help me to reproduce it please.- Auction Get Error
Hello, It is connection problem with auth server, if this don't close WRobot you can ignore it. - TurnIn quest, trying to press on each gossip in quest giver, bug or ?