Everything posted by Droidz
-
item not detected
Hello, sorry I never found how to detect keys on vanilla (if someone have lua code for that)
-
Draw3D Vector on screen
I verified and I don't get this problem (and you are the first to report me this). Do you have errors in log? https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install Slimdx
-
Fastest/Best Way To Regularly Toggle Looting Off/On
Hello, use this code to disable looting: wManager.wManagerSetting.CurrentSetting.LootMobs = false;
- Advanced Setting Window Size / Mobs already tagged
-
Draw3D Vector on screen
What code do you use? default radar 3d works?
-
Draw3D Vector on screen
it is for that, resize window manually, radar3d don't support fullscreen / maximized window
-
Need help with Flightclass Focus target
Hello, he miss part of code, where do you have found it?
-
Archaeologist flying up and down after finishing digsites
Hello, tab product settings check if digsite position is good, if you cannot resolve this disable this digsite
-
Draw3D Vector on screen
Hello, do you run wow in fullscreen or maximized window?
-
Wrobot not starting
Try to disable your antivirus and download and install WRobot in fresh folder
-
Create follow path in quester profile with CShape
why not use quest type followpath?
-
Create follow path in quester profile with CShape
Hello, https://wrobot.eu/forums/topic/9047-wrobot-doesnt-use-the-recorded-path/?do=findComment&comment=42126
- Advanced Setting Window Size / Mobs already tagged
-
Wrobot not starting
Hello, try to run "WRobot no dx" to launch WRobot
-
Runcode to change mount name
Hello, wManager.wManagerSetting.CurrentSetting.GroundMountName = "My mount name"; This code is good, do you have error message?
-
Grinder profiles
Try to disable all wow addons, and to reinstall WRoboit
-
A few issues
Hello, what WRobot write in log when this happen?
-
Private server
Hello, https://wrobot.eu/forums/topic/8675-freakz-launcher/
-
Wrotation don't let me choose my target
Hello, try with another fightclass
-
Seek help
Hello, can you give me detail about your problem
-
Skip blacklist zonez
Hello, try to activate radar 3d (tab "Map", dont forget to active option to show blacklist) to check if your profile blacklist zones are good
-
Do not sell items
Hello, can you disable addon and share log (full log file, not copy/past) of session without addons. Some Wow plugin can do it
-
Help with fight class
Hello, it is not fightclass
-
Spam click specific object
Try code like while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { var o = wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWGameObject(wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(218889)); if (!o.IsValid) break; wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress); Thread.Sleep(100); } (use quest profile and overidepulse... quest type)
-
Spam click specific object
This object appear randomly at random positions?