-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, in relogger option you have option "Wait time to relaunch and relogge after crash", use it to not relaunch bot and wow quickly. To close game you can use this code: wManager.Events.FightEvents.OnFightStart += delegate (WoWUnit unit, CancelEventArgs cancelable) { try { if (unit != null && unit.Type == WoWObjectType.Player) wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill(); } catch {} };
-
Hi, No tested but try code like: public void Initialize() { if (_settings.enemyAlertEnabled) { string[] enemySplit = _settings.enemyNamesList.Split(','); myEnemyList = new List<string>(enemySplit); robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += delegate (Engine engine, State state, CancelEventArgs cancelable) { if (!(state is wManager.Wow.Bot.States.IsAttacked)) return; moveto(); }; wManager.Events.FightEvents.OnFightLoop += delegate (WoWUnit unit, CancelEventArgs cancelable) { moveto(); }; } } private void moveto() { wManager.Events.FightEvents.OnFightLoop += delegate (WoWUnit unit, CancelEventArgs cancelable) { var enemiesNearMe = GetEnemiesNearMe(_settings.enemyScanRange, myEnemyList); if (enemiesNearMe.Count > 0) { var toPosition = new Vector3(4286.155, -884.4277, 251.7935, "Flying"); LongMove.LongMoveGo(toPosition); } }; }
-
Hello, you probably try to use profile for fly mount
-
[TAURI] Wrobot detected
Droidz replied to arkhan's topic in WRobot for Wow Mists of Pandaria - Help and support
if you can try with new verison -
[TAURI] Wrobot detected
Droidz replied to arkhan's topic in WRobot for Wow Mists of Pandaria - Help and support
I check that tomorrow -
[SUNWELL] Random Crashes?
Droidz replied to Minikan1987's topic in WRobot for Wow Wrath of the Lich King - Help and support
if you can try with new update to check if crash problem are resolved -
[TAURI] Wrobot detected
Droidz replied to arkhan's topic in WRobot for Wow Mists of Pandaria - Help and support
I worked today to try to resolve detection, seem good with the latest version (but the Tauri team reacts quickly and does not lack ideas to detect the bot, I advise you not to use the bot on an important account for you) -
when will the wrobot update for wow classic 1.13.2
Droidz commented on homik's bug report in Bug Tracker
Hello, When 1.13.2 will be supported by private servers -
All bots banned on Sunwell
Droidz replied to catman's topic in WRobot for Wow Wrath of the Lich King - Help and support
https://wrobot.eu/forums/topic/11725-sunwell-insane-detection-systemincredibly-active-gms/?do=findComment&comment=56264 -
Hello, try to install required software:
-
Hey, https://eu.battle.net/forums/en/wow/topic/6609490929
-
try to delete folder "D:\Wrobot LK\Data\temp\" but I think it is profile problem.
-
Hey support
Droidz replied to UnknownRastafarian's topic in WRobot for Wow The Burning Crusade - Help and support
hello, I think it is profile problem, contact creator -
Game Version Incorrect
Droidz replied to AlexisBarria's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, download unmodifier wow client in another website -
Hello, you play in what version?
-
put abort beetween try/catch try { startStop.Abort(); } catch { } or don't use it
-
Any way to try with another IP (reboot router or vpn)?
-
Hello, WRobot has not had an update for a long time. I think if there is a problem there is on your side, look in the "Logs" folder if the bot has time to create one (if yes share it). If you use a proxy try to disable it (and close all unnecessary software)
-
Hello, This problem comes from the profile and not from WRobot, contact the creator of your profile.
-
you have try to close program like Discord? (program that use overlay UI in game)
-
hello, try to download Wow client on another website
-
hi, No tested, bu like that: var result = new Dictionary<int, string>(); var r = Lua.LuaDoString<List<string>>(@" local ClassyRaceAchievementIDs= {5163,5165,5160,6625,5161,5162,5164} local Races = {""Blood Elf"",""Goblin"",""Orc"",""Pandaren"",""Tauren"",""Troll"",""Undead""} local Classes = {""Death Knight"",""DemonHunter"",""Druid"",""Hunter"",""Mage"",""Monk"",""Paladin"",""Priest"",""Rogue"",""Shaman"",""Warlock"",""Warrior""} local RaceAchievementIDs= {[5163]=""Blood Elf"", [5165]=""Goblin"", [5160]=""Orc"", [6625]=""Pandaren"", [5161]=""Tauren"", [5162]=""Troll"", [5164]=""Undead""} local queries={} for i=1,#ClassyRaceAchievementIDs do local id = ClassyRaceAchievementIDs[i] local numCriteria= GetAchievementNumCriteria(id) local raceStr= RaceAchievementIDs[id] for c=1,numCriteria do local criteriaString, criteriaType, completed, quantity, reqQuantity, charName, flags, assetID, quantityString, criteriaID, eligible = GetAchievementCriteriaInfo(id,c) local classStrif tContains(Classes,criteriaString) then for i= 1,#Classes do if Classes[i] == criteriaStringthen classStr=Classes[i] end end end local query=""r-\""""..raceStr..""\"" c-\""""..classStr..""\"" 120"" if completed==false then tinsert(queries, id) tinsert(queries, query) end end end return unpack(queries) "); if (r.Count % 2 == 0) { for (int i = 0; i < r.Count; i += 2) { int q; if (robotManager.Helpful.Others.ParseInt(r[i], out q)) result.Add(q, r[i+1]); } }
-
You have installed required program? https://wrobot.eu/files/file/2-wrobot-official/