-
Content Count
11417 -
Joined
-
Last visited
Reputation Activity
-
Droidz got a reaction from danny_4841 in Happy New Year 2021
Wishing you a happy new year with the hope that you will have many blessings in the year to come.
View full article
-
Droidz got a reaction from linco txu in Happy New Year 2021
Wishing you a happy new year with the hope that you will have many blessings in the year to come.
View full article
-
Droidz got a reaction from Apexx in Happy New Year 2021
Wishing you a happy new year with the hope that you will have many blessings in the year to come.
View full article
-
Droidz got a reaction from bio33 in Happy New Year 2021
Wishing you a happy new year with the hope that you will have many blessings in the year to come.
View full article
-
Droidz got a reaction from Talamin in Happy New Year 2021
Wishing you a happy new year with the hope that you will have many blessings in the year to come.
View full article
-
Droidz got a reaction from 79135 in Happy New Year 2021
Wishing you a happy new year with the hope that you will have many blessings in the year to come.
View full article
-
Droidz got a reaction from 79135 in Set foreground/focus wow window
Hello, you have robotManager.Helpful.Mouse.CurseurWindowPosition(IntPtr mainWindowHandle, int posX, int posY) and robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(IntPtr mainWindowHandle, int percentageX, int percentageY)
Look methods in robotManager.Helpful.Mouse and robotManager.Helpful.Display (but simulate click works badly and you need wow window in foreground)
-
Droidz reacted to TheSmokie in Happy holidays
From me to you.
Marry Christmas and have a awesome holidays !
-
Droidz got a reaction from adultperson in Relogger doesn't work - TBC wRobot
Hello, try to remove file "WRobot\Settings\ReloggerGeneralSettings.xml"
-
Droidz got a reaction from TheSmokie in WoW has stopped working every time I'm about to launch the bot - REPLY TO DROIDZ
Hello, you can reply on the topic instead create new
look torrent or others servers website to found others clients, I found https://wowdl.net/fichiers/clients
-
-
Droidz got a reaction from ⎝͠҉̭̫͖̗͇ͅTraWin ̍̍̍̍̍̍̍̍̍ in WOW crash when fighting in BG
you use last update?
-
Droidz got a reaction from Harvest Golem in ClickToMove.CGPlayer_C__ClickToMove(x, y, z, 0, (int)ClickToMoveType.Move, 0);
Hi,
If I'm not mistaken, by default Wow uses 0 (and since a few updates the bot forces the use of 0 internally)
-
Droidz got a reaction from Harvest Golem in wManager.wManagerSetting.CurrentSetting.Save();
Hi,
When you edit "wManager.wManagerSetting.CurrentSetting" change is instant. Maybe quest profile change settings, if you save settings when running, quester cannot restore default settings
-
Droidz got a reaction from Harvest Golem in Snippets codes for quest profiles
Use item on hostile weakened mob
Add step type "PickUp" (put quest name in parameter) Add step type "RunCode", in parameter put this code: Thread t = new Thread(() => { uint itemId = 62899; int questId = 28000; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive && ObjectManager.Target.HealthPercent <= 25) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start(); (you need to have quest in your questlog, you can replace "62899" but the item id, "28000" by the quest id and "25" by the max target health)
Add step type "Pulse" (put quest name in parameter) (use quest type kill or interact)
Add step type "TurnIn" (put quest name in parameter)
(sample if based on this quest: http://www.wowhead.com/quest=28000/do-the-imp-possible )
-
Droidz got a reaction from Harvest Golem in Delete one blacklist of zone
Hi, try
wManager.wManagerSetting.GetListZoneBlackListed().RemoveAll(z => z.Comment == "comment to remove"); // or wManager.wManagerSetting.GetListZoneBlackListed().RemoveAll(z => z.GetPosition().DistanceTo(new Vector3(1, 2, 3)) < 0.5);
-
Droidz got a reaction from Marvelino123 in "Hooking Error" - What can I do?
Hello, in wow settings don't unlock FPS (and use fps limit like 60 or less)
-
Droidz got a reaction from Marvelino123 in BfA version
Hi,
is done, I released version for BfA (you need to redownload updater)
-
Droidz got a reaction from ⎝͠҉̭̫͖̗͇ͅTraWin ̍̍̍̍̍̍̍̍̍ in BfA version
Hi,
is done, I released version for BfA (you need to redownload updater)
-
Droidz got a reaction from Apexx in BfA version
Hi,
is done, I released version for BfA (you need to redownload updater)
-
Droidz got a reaction from Messerboogie in [wotlk] Use mount from inventory
Hello, try https://wrobot.eu/forums/topic/12585-how-to-use-mount-with-item-id-in-mount-options/?tab=comments#comment-60315
-
Droidz got a reaction from Messerboogie in [Wotlk] Farming question
Hello, you can the best is to use quest product but it require good skill to do this yourself.
-
Droidz got a reaction from Harvest Golem in [Quester] He's trying to pickup quest for more than 120 secondes, go to next step
Hi,
wManager.Wow.Helpers.Quest.QuesterCurrentContext.SkipPickUpQuestAfterXSecondes you need to change it in questcontext
-
Droidz got a reaction from TheSmokie in Is item soulbound or not
Hey, you need to use lua for that.
look https://www.wowinterface.com/forums/showthread.php?t=51249 or maybe source code of https://www.curseforge.com/wow/addons/auto-seller
-
Droidz got a reaction from Artek in [Fixed] Wrotation wont let me change target
Hello, you have option in advanced general settings to ignore pet