Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. http://wrobot.eu/forums/topic/2811-bg-join/?do=findComment&comment=12996
  2. Hello, I have activated your subscription.
  3. Done: (Re)Launch WRobot and accept update.
  4. I start to work on this patch
  5. Intead spellname put CastSpellByName("Breath of Respite"); In spell settings put "true" at "not spell is lua script". And add all conditions (like target distance, you lua conditon, timer, ...)
  6. Droidz replied to a post in a topic in Pet Battle assistance
    Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  7. Like this (not tested): public static void CastByPlayerName(int spellId, string playerName) { string lua = "CastSpellByID(spellID, 'focus')"; var target = ObjectManager.GetObjectWoWPlayer().FirstOrDefault(p => p.Name == playerName); try { if (target != null && !target.IsValid) return; if (target.IsMyTarget) { Lua.LuaDoString(lua.Replace("spellID", spellId.ToString()).Replace("'focus'", "'target'")); } else if (target.Guid == ObjectManager.Me.FocusGuid) { Lua.LuaDoString(lua.Replace("spellID", spellId.ToString())); } else { var currentFocus = ObjectManager.Me.FocusGuid; ObjectManager.Me.FocusGuid = target.Guid; Lua.LuaDoString(lua.Replace("spellID", spellId.ToString())); ObjectManager.Me.FocusGuid = currentFocus; } } catch { } } In second argument of castspellby... (in legion version), it is not player name, but it is unitid http://wow.gamepedia.com/UnitId
  8. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  9. Hello, you can check Reaction: wManager.Wow.ObjectManager.ObjectManager.Target.Reaction You can also use: wManager.Wow.ObjectManager.ObjectManager.Target.IsAttackable or use this lua code: Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target');")
  10. Lua.LuaDoString("OverrideActionBarButton1:Click()"); ClickOnTerrain.Pulse(new Vector3(ObjectManager.Target.Position)); Do you have try this?
  11. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  12. Hello, in advanced general settings tab "Food/Drink" put "Healing Surge" in "Food name" and activate option "(not an item, is spell)".
  13. Bonjour, metter "False" dans "Spell Settings" à "Check if target is in view" et à "Check if spell is good distance".
  14. Hello, http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=11958
  15. Try to active option "Ninja" in advanced general settings tab "Looting and farm...". You can also try to increment min/max "Latency" in advanced general settings tab "Other options".
  16. Hello, you can test your lua script in tab "Tools" > "Development Tools" > past code in textbox and click on "Lua (...)".
  17. Hello, WRobot can get stucks, but this mainly depends of the used profile.
  18. Droidz replied to a post in a topic in Developers assistance
    If you want check current continent, you can with wrobot api: int continentId = wManager.Wow.Helpers.Usefuls.ContinentId; wManager.Wow.Enums.ContinentId: Azeroth = 0, Kalimdor = 1, test = 13, ScottTest = 25, PVPZone01 = 30, Shadowfang = 33, StormwindJail = 34, StormwindPrison = 35, DeadminesInstance = 36, PVPZone02 = 37, Collin = 42, WailingCaverns = 43, Monastery = 44, RazorfenKraulInstance = 47, Blackfathom = 48, Uldaman = 70, GnomeragonInstance = 90, SunkenTemple = 109, RazorfenDowns = 129, EmeraldDream = 169, MonasteryInstances = 189, TanarisInstance = 209, BlackRockSpire = 229, BlackrockDepths = 230, OnyxiaLairInstance = 249, CavernsOfTime = 269, SchoolofNecromancy = 289, Zul_gurub = 309, Stratholme = 329, Mauradon = 349, DeeprunTram = 369, OrgrimmarInstance = 389, MoltenCore = 409, DireMaul = 429, AlliancePVPBarracks = 449, HordePVPBarracks = 450, development = 451, BlackwingLair = 469, PVPZone03 = 489, AhnQiraj = 509, PVPZone04 = 529, Expansion01 = 530, AhnQirajTemple = 531, Karazahn = 532, Stratholme_Raid = 533, HyjalPast = 534, HellfireMilitary = 540, HellfireDemon = 542, HellfireRampart = 543, HellfireRaid = 544, CoilfangPumping = 545, CoilfangMarsh = 546, CoilfangDraenei = 547, CoilfangRaid = 548, TempestKeepRaid = 550, TempestKeepArcane = 552, TempestKeepAtrium = 553, TempestKeepFactory = 554, AuchindounShadow = 555, AuchindounDemon = 556, AuchindounEthereal = 557, AuchindounDraenei = 558, PVPZone05 = 559, HillsbradPast = 560, bladesedgearena = 562, BlackTemple = 564, GruulsLair = 565, NetherstormBG = 566, ZulAman = 568, Northrend = 571, PVPLordaeron = 572, ExteriorTest = 573, Valgarde70 = 574, UtgardePinnacle = 575, Nexus70 = 576, Nexus80 = 578, SunwellPlateau = 580, Transport176244 = 582, Transport176231 = 584, Sunwell5ManFix = 585, Transport181645 = 586, Transport177233 = 587, Transport176310 = 588, Transport175080 = 589, Transport176495 = 590, Transport164871 = 591, Transport186238 = 592, Transport20808 = 593, Transport187038 = 594, StratholmeCOT = 595, Transport187263 = 596, CraigTest = 597, Sunwell5Man = 598, Ulduar70 = 599, DrakTheronKeep = 600, Azjol_Uppercity = 601, Ulduar80 = 602, UlduarRaid = 603, GunDrak = 604, development_nonweighted = 605, QA_DVD = 606, NorthrendBG = 607, DalaranPrison = 608, DeathKnightStart = 609, Transport_Tirisfal__Vengeance_Landing = 610, Transport_Menethil_Valgarde = 612, Transport_Orgrimmar_Warsong_Hold = 613, Transport_Stormwind_Valiance_Keep = 614, ChamberOfAspectsBlack = 615, NexusRaid = 616, DalaranArena = 617, OrgrimmarArena = 618, Azjol_LowerCity = 619, Transport_Moa_ki_Unu_pe = 620, Transport_Moa_ki_Kamagua = 621, Transport192241 = 622, Transport192242 = 623, WintergraspRaid = 624, unused = 627, IsleofConquest = 628, IcecrownCitadel = 631, IcecrownCitadel5Man = 632, AbyssalMaw = 637, Gilneas = 638, Transport_AllianceAirshipBG = 641, Transport_HordeAirshipBG = 642, AbyssalMaw_Interior = 643, Uldum = 644, BlackRockSpire_4_0 = 645, Deephome = 646, Transport_Orgrimmar_to_Thunderbluff = 647, LostIsles = 648, ArgentTournamentRaid = 649, ArgentTournamentDungeon = 650, ElevatorSpawnTest = 651, Gilneas2 = 654, GilneasPhase1 = 655, GilneasPhase2 = 656, SkywallDungeon = 657, QuarryofTears = 658, LostIslesPhase1 = 659, Deephomeceiling = 660, LostIslesPhase2 = 661, Transport197195 = 662, HallsOfReflection = 668, BlackwingDescent = 669, GrimBatolDungeon = 670, GrimBatolRaid = 671, Transport197347 = 672, Transport197348 = 673, Transport197349_2 = 674, Transport197349 = 712, Transport197350 = 713, Transport201834 = 718, MountHyjalPhase1 = 719, Firelands1 = 720, Firelands2 = 721, Stormwind = 723, ChamberofAspectsRed = 724, DeepholmeDungeon = 725, CataclysmCTF = 726, STV_Mine_BG = 727, TheBattleforGilneas = 728, MaelstromZone = 730, DesolaceBomb = 731, TolBarad = 732, AhnQirajTerrace = 734, TwilightHighlandsDragonmawPhase = 736, Transport200100 = 738, Transport200101 = 739, Transport200102 = 740, Transport200103 = 741, Transport203729 = 742, Transport203730 = 743, UldumPhaseOasis = 746, Transport_203732 = 747, Transport203858 = 748, Transport203859 = 749, Transport203860 = 750, RedgridgeOrcBomb = 751, RedridgeBridgePhaseOne = 752, RedridgeBridgePhaseTwo = 753, SkywallRaid = 754, UldumDungeon = 755, BaradinHold = 757, UldumPhasedEntrance = 759, TwilightHighlandsPhasedEntrance = 760, Gilneas_BG_2 = 761, Transport_203861 = 762, Transport_203862 = 763, UldumPhaseWreckedCamp = 764, Transport203863 = 765, Transport_2033864 = 766, Transport_2033865 = 767, Zul_Gurub5Man = 859, NewRaceStartZone = 860, FirelandsDailies = 861, HawaiiMainLand = 870, ScenarioAlcazIsland = 930, COTDragonblight = 938, COTWarOfTheAncients = 939, TheHourOfTwilight = 940, NexusLegendary = 951, ShadowpanHideout = 959, EastTemple = 960, StormstoutBrewery = 961, TheGreatWall = 962, DeathwingBack = 967, EyeoftheStorm2_0 = 968, JadeForestAllianceHubPhase = 971, JadeForestBattlefieldPhase = 972, DarkmoonFaire = 974, TurtleShipPhase01 = 975, TurtleShipPhase02 = 976, MaelstromDeathwingFight = 977, TolVirArena = 980, MoguDungeon = 994, MoguInteriorRaid = 995, MoguExteriorRaid = 996, ValleyOfPower = 998, BFTAllianceScenario = 999, BFTHordeScenario = 1000, ScarletSanctuaryArmoryAndLibrary = 1001, ScarletMonasteryCathedralGY = 1004, BrewmasterScenario01 = 1005, NewScholomance = 1007, MogushanPalace = 1008, MantidRaid = 1009, MistsCTF3 = 1010, MantidDungeon = 1011, MonkAreaScenario = 1014, RuinsOfTheramore = 1019, PandaFishingVillageScenario = 1024, MoguRuinsScenario = 1028, AncientMoguCryptScenario = 1029, AncientMoguCyptDestroyedScenario = 1030, ProvingGroundsScenario = 1031, PetBattleJadeForest = 1032, ValleyOfPowerScenario = 1035, RingOfValorScenario = 1043, BrewmasterScenario03 = 1048, BlackOxTempleScenario = 1049, ScenarioKlaxxiIsland = 1050, ScenarioBrewmaster04 = 1051, LevelDesignLand_DevOnly = 1060, HordeBeachDailyArea = 1061, AllianceBeachDailyArea = 1062, MoguIslandDailyArea = 1064, StormwindGunshipPandariaStartArea = 1066, OrgrimmarGunshipPandariaStart = 1074, TheramoreScenarioPhase = 1075, JadeForestHordeStartingArea = 1076, HordeAmbushScenario = 1095, ThunderIslandRaid = 1098, NavalBattleScenario = 1099, DefenseOfTheAleHouseBG = 1101, HordeBaseBeachScenario = 1102, AllianceBaseBeachScenario = 1103, ALittlePatienceScenario = 1104, GoldRushBG = 1105, JainaDalaranScenario = 1106, WarlockArea = 1107, BlackTempleScenario = 1112, DarkmoonCarousel = 1113, Draenor = 1116, ThunderKingHordeHub = 1120, ThunderIslandAllianceHub = 1121, CitySiegeMoguIslandProgressionScenario = 1122, LightningForgeMoguIslandProgressionScenario = 1123, ShipyardMoguIslandProgressionScenario = 1124, AllianceHubMoguIslandProgressionScenario = 1125, HordeHubMoguIslandProgressionScenario = 1126, FinalGateMoguIslandProgressionScenario = 1127, MoguIslandEventsHordeBase = 1128, MoguIslandEventsAllianceBase = 1129, ShimmerRidgeScenario = 1130, DarkHordeScenario = 1131, Transport218599 = 1132, Transport218600 = 1133, ShadoPanArena = 1134, MoguIslandLootRoom = 1135, OrgrimmarRaid = 1136, HeartOfTheOldGodScenario = 1144, ProvingGrounds = 1148, FWHordeGarrisonLevel1 = 1152, FWHordeGarrisonLevel2 = 1153, FWHordeGarrisonLevel3 = 1154, Stormgarde_Keep = 1155, HalfhillScenario = 1157, SMVAllianceGarrisonLevel1 = 1158, SMVAllianceGarrisonLevel2 = 1159, SMVAllianceGarrisonLevel3 = 1160, CelestialChallenge = 1161, SmallBattlegroundA = 1166, ThePurgeOfGrommarScenario = 1168, SmallBattlegroundB = 1169, SmallBattlegroundC = 1170, SmallBattlegroundD = 1171, Transport_Siege_of_Orgrimmar_Alliance = 1172, Transport_Siege_of_Orgrimmar_Horde = 1173, OgreCompound = 1175, MoonCultistHideout = 1176, WarcraftHeroes = 1179, PattyMackTestGarrisonBldgMap = 1181, DraenorAuchindoun = 1182, GORAllianceGarrisonLevel1 = 1187, GORAllianceGarrisonLevel2 = 1188, GORAllianceGarrisonLevel3 = 1189, BlastedLands = 1190, Ashran = 1191, Transport_Iron_Horde_Gorgrond_Train = 1192, WarWharfSmackdown = 1195, BonetownScenario = 1200, FrostfireFinaleScenario = 1203, BlackrockFoundryRaid = 1205, TaladorIronHordeFinaleScenario = 1207, BlackrockFoundryTrainDepot = 1208, ArakkoaDungeon = 1209, _6HU_GARRISON_Blacksmithing_hub = 1212, alliance_garrison_alchemy = 1213, alliance_garrison_enchanting = 1214, garrison_alliance_engineering = 1215, garrison_alliance_farmhouse = 1216, garrison_alliance_inscription = 1217, garrison_alliance_jewelcrafting = 1218, garrison_alliance_leatherworking = 1219, Troll_Raid = 1220, garrison_alliance_mine_1 = 1221, garrison_alliance_mine_2 = 1222, garrison_alliance_mine_3 = 1223, garrison_alliance_stable_1 = 1224, garrison_alliance_stable_2 = 1225, garrison_alliance_stable_3 = 1226, garrison_alliance_tailoring = 1227, HighmaulOgreRaid = 1228, garrison_alliance_inn_1 = 1229, garrison_alliance_barn = 1230, Transport227523 = 1231, GorHordeGarrisonLevel0 = 1232, GORHordeGarrisonLevel3 = 1233, TALAllianceGarrisonLevel0 = 1234, TALAllianceGarrisonLevel3 = 1235, TALHordeGarrisonLevel0 = 1236, TALHordeGarrisonLevel3 = 1237, SOAAllianceGarrison0 = 1238, SOAAllianceGarrison3 = 1239, SOAHordeGarrison0 = 1240, SOAHordeGarrison3 = 1241, NAGAllianceGarrisonLevel0 = 1242, NAGAllianceGarrisonLevel3 = 1243, NAGHordeGarrisonLevel0 = 1244, NAGHordeGarrisonLevel3 = 1245, garrison_alliance_armory1 = 1247, garrison_alliance_barracks1 = 1248, garrison_alliance_engineering1 = 1249, alliance_garrison_herb_garden1 = 1250, alliance_garrison_inn1 = 1251, garrison_alliance_lumbermill1 = 1252, alliance_garrison_magetower1 = 1253, garrison_alliance_pet_stable1 = 1254, garrison_alliance_salvageyard1 = 1255, garrison_alliance_storehouse1 = 1256, garrison_alliance_trading_post1 = 1257, garrison_alliance_tailoring1 = 1258, garrison_alliance_enchanting = 1259, garrison_alliance_blacksmith1 = 1260, garrison_alliance_plot_small = 1261, garrison_alliance_plot_medium = 1262, garrison_alliance_plot_large = 1263, Propland_DevOnly = 1264, TanaanJungleIntro = 1265, CircleofBloodScenario = 1266, TerongorsConfrontation = 1268, devland3 = 1270, nagrand_garrison_camp_stable_2 = 1273, DefenseOfKaraborScenario = 1277, garrison_horde_barracks1 = 1278, ShaperDungeon = 1279, TrollRaid2 = 1280, garrison_horde_alchemy1 = 1281, garrison_horde_armory1 = 1282, garrison_horde_barn1 = 1283, garrison_horde_blacksmith1 = 1284, garrison_horde_enchanting1 = 1285, garrison_horde_engineering1 = 1286, garrison_horde_inn1 = 1287, garrison_horde_inscription1 = 1288, garrison_horde_jewelcrafting1 = 1289, garrison_horde_leatherworking1 = 1290, garrison_horde_lumbermill1 = 1291, garrison_horde_magetower1 = 1292, garrison_horde_mine1 = 1293, garrison_alliance_petstabe = 1294, garrison_horde_salvageyard1 = 1295, garrison_horde_sparringarena1 = 1296, garrison_horde_stable1 = 1297, garrison_horde_storehouse1 = 1298, garrison_horde_tailoring1 = 1299, garrison_horde_tradingpost1 = 1300, garrison_horde_workshop1 = 1301, garrison_alliance_workshop1 = 1302, garrison_horde_farm1 = 1303, garrison_horde_plot_large = 1304, garrison_horde_plot_medium = 1305, garrison_horde_plot_small = 1306, TanaanJungleIntroForgePhase = 1307, garrison_horde_fishing1 = 1308, garrison_alliance_fishing1 = 1309, Expansion5QAModelMap = 1310, outdoorGarrisonArenaHorde = 1311, outdoorGarrisonArenaAlliance = 1312, outdoorGarrisonLumberMillAlliance = 1313, outdoorGarrisonLumberMillHorde = 1314, outdoorGarrisonArmoryHorde = 1315, outdoorGarrisonArmoryAlliance = 1316, outdoorGarrisonMageTowerHorde = 1317, outdoorGarrisonMageTowerAlliance = 1318, outdoorGarrisonStablesHorde = 1319, outdoorGarrisonStablesAlliance = 1320, outdoorGarrisonWorkshopHorde = 1321, outdoorGarrisonWorkshopAlliance = 1322, outdoorGarrisonInnHorde = 1323, outdoorGarrisonInnAlliance = 1324, outdoorGarrisonTradingPostHorde = 1325, outdoorGarrisonTradingPostAlliance = 1326, outdoorGarrisonConstructionPlotHorde = 1327, outdoorGarrisonConstructionPlotAlliance = 1328, GrommasharScenario = 1329, FWHordeGarrisonLeve2new = 1330, SMVAllianceGarrisonLevel2new = 1331, garrison_horde_barracks2 = 1332, garrison_horde_armory2 = 1333, garrison_horde_barn2 = 1334, garrison_horde_inn2 = 1335, garrison_horde_lumbermill2 = 1336, garrison_horde_magetower2 = 1337, garrison_horde_petstable2 = 1338, garrison_horde_stable2 = 1339, garrison_horde_tradingpost2 = 1340, garrison_horde_workshop2 = 1341, garrison_horde_barracks3 = 1342, garrison_horde_armory3 = 1343, garrison_horde_barn3 = 1344, garrison_horde_inn3 = 1345, garrison_horde_magetower3 = 1346, garrison_horde_petstable3 = 1347, garrison_horde_stable3 = 1348, garrison_horde_tradingpost3 = 1349, garrison_horde_workshop3 = 1350, Garrison_Alliance_Large_Construction = 1351, Garrison_Alliance_Medium_Construction = 1352, Garrison_Horde_Large_Construction = 1353, Garrison_Horde_Medium_Construction = 1354, UpperBlackRockSpire = 1358, garrisonAllianceMageTower2 = 1361, garrisonAllianceMageTower3 = 1362, garrison_horde_mine2 = 1363, garrison_horde_mine3 = 1364, garrison_alliance_workshop2 = 1367, garrison_alliance_workshop3 = 1368, garrison_alliance_lumbermill2 = 1369, garrison_alliance_lumbermill3 = 1370, Garrison_Horde_Small_Construction = 1371, Garrison_Alliance_Small_Construction = 1372, AuchindounQuest = 1374, alliance_garrison_alchemy_rank2 = 1375, alliance_garrison_alchemy_rank3 = 1376, garrison_alliance_blacksmith2 = 1377, garrison_alliance_enchanting2 = 1378, garrison_alliance_engineering2 = 1379, garrison_alliance_inscription2 = 1380, garrison_alliance_inscription3 = 1381, garrison_alliance_jewelcrafting2 = 1382, garrison_alliance_jewelcrafting3 = 1383, garrison_alliance_leatherworking2 = 1384, garrison_alliance_leatherworking3 = 1385, garrison_alliance_tailoring2 = 1386, garrison_alliance_storehouse2 = 1387, garrison_alliance_storehouse3 = 1388, garrison_horde_storehouse2 = 1389, garrison_horde_storehouse3 = 1390, garrison_alliance_salvageyard2 = 1391, garrison_alliance_salvageyard3 = 1392, garrison_horde_lumbermill3 = 1393, garrison_alliance_pet_stable2 = 1394, garrison_alliance_pet_stable3 = 1395, garrison_alliance_trading_post2 = 1396, garrison_alliance_trading_post3 = 1397, garrison_alliance_barn2 = 1398, garrison_alliance_barn3 = 1399, garrison_alliance_inn_2 = 1400, garrison_alliance_inn_3 = 1401, GorgrondFinaleScenario = 1402, garrison_alliance_barracks2 = 1403, garrison_alliance_barracks3 = 1404, garrison_alliance_armory2 = 1405, garrison_alliance_armory3 = 1406, GorgrondFinaleScenarioMap = 1407, garrison_horde_sparringarena2 = 1409, garrison_horde_sparringarena3 = 1410, garrison_horde_alchemy2 = 1411, garrison_horde_alchemy3 = 1412, garrison_horde_blacksmith2 = 1413, garrison_horde_blacksmith3 = 1414, garrison_horde_enchanting2 = 1415, garrison_horde_enchanting3 = 1416, garrison_horde_inscription2 = 1417, garrison_horde_inscription3 = 1418, garrison_horde_leatherworking2 = 1419, garrison_horde_leatherworking3 = 1420, garrison_horde_jewelcrafting2 = 1421, garrison_horde_jewelcrafting3 = 1422, garrison_horde_tailoring2 = 1423, garrison_horde_tailoring3 = 1424, garrison_horde_salvageyard2 = 1425, garrison_horde_salvageyard3 = 1426, PattyMackTestGarrisonBldgMap2 = 1427, garrison_horde_engineering2 = 1429, garrison_horde_engineering3 = 1430, SparringArenaLevel3Stadium = 1431, garrison_horde_fishing2 = 1432, garrison_horde_fishing3 = 1433, garrison_alliance_fishing2 = 1434, garrison_alliance_fishing3 = 1435, garrison_alliance_petstable1 = 1437, garrison_alliance_petstable2 = 1438, garrison_alliance_petstable3 = 1439, garrison_alliance_infirmary1 = 1440, garrison_alliance_infirmary2 = 1441, garrison_alliance_infirmary3 = 1442, outdoorGarrisonConstructionPlotAllianceLarge = 1446, outdoorGarrisonConstructionPlotHordeLarge = 1447, HellfireRaid62 = 1448, TanaanLegionTest = 1451, ScourgeofNorthshire = 1453, ArtifactAshbringerOrigin = 1454, EdgeofRealityMount = 1455, NagaDungeon = 1456, FXlDesignLand_DevOnly = 1457, _7_DungeonExteriorNeltharionsLair = 1458, Transport_The_Iron_Mountain = 1459, BrokenShoreScenario = 1460, AzsunaScenario = 1461, IllidansRock = 1462, HelhiemExteriorArea = 1463, TanaanJungle = 1464, TanaanJungleNoHubsPhase = 1465, Emerald_Nightmare_ValSharah_exterior = 1466, WardenPrison = 1468, MaelstromShaman = 1469, Legion_Dungeon = 1470, _1466 = 1471, GarrisonAllianceShipyard = 1473, GarrisonHordeShipyard = 1474, TheMawofNashal = 1475, Transport_The_Maw_of_Nashal = 1476, Valhallas = 1477, ValSharahTempleofEluneScenario = 1478, WarriorArtifactArea = 1479, DeathKnightArtifactArea = 1480, legionnexus = 1481, GarrisonShipyardAllianceSubmarine = 1482, GarrisonShipyardAllianceDestroyer = 1483, GarrisonShipyardTransport = 1484, GarrisonShipyardDreadnaught = 1485, GarrisonShipyardCarrier = 1486, GarrisonShipyardHordeSubmarine = 1487, GarrisonShipyardHordeDestroyer = 1488, Artifact_PortalWorldAcqusition = 1489, Helheim = 1492, WardenPrisonDungeon = 1493, AcquisitionVioletHold = 1494, AcquisitionWarriorProt = 1495, GarrisonShipyardCarrierAlliance = 1496, GarrisonShipyardGalleonHorde = 1497, AcquisitionHavoc = 1498, Artifact_Warrior_Fury_Acquisition = 1499, ArtifactPaladinRetAcquisition = 1500, BlackRookHoldDungeon = 1501, DalaranUnderbelly = 1502, ArtifactShamanElementalAcquisition = 1503, BlackrookHoldArena = 1504, NagrandArena2 = 1505, BloodtotemCavernFelPhase = 1509, BloodtotemCavernTaurenPhase = 1510, Artifact_WarriorFuryAcquisition = 1511, Artifact_PriestHunterOrderHall = 1512, Artifact_MageOrderHall = 1513, Artifact_MonkOrderHall = 1514, HulnHighmountain = 1515, SuramarCatacombsDungeon = 1516, StormheimPrescenarioWindrunner = 1517, StormheimPrescenarioSkyfire = 1518, ArtifactsDemonHunterOrderHall = 1519, NightmareRaid = 1520, ArtifactWarlockOrderHallScenario = 1522, MardumScenario = 1523, Artifact_WhiteTigerTempleAcquisition = 1526, HighMountain = 1527, Artifact_SkywallAcquisition = 1528, KarazhanScenario = 1529, SuramarRaid = 1530, HighMountainMesa = 1532, Artifact_KarazhanAcquisition = 1533, Artifact_DefenseofMoongladeScenario = 1534, DefenseofMoongladeScenario = 1535, UrsocsLairScenario = 1536, BoostExperience = 1537, Karazhan_Scenario = 1538, Artifact_AcquisitionArmsHolyShadow = 1539, Artifact_Dreamway = 1540, Artifact_TerraceofEndlessSpringAcquisition = 1541, LegionVioletHoldDungeon = 1544, Artifact_Acquisition_CombatResto = 1545, Artifacts_CombatAcquisitionShip = 1547, TechTestSeamlessWorldTransitionA = 1549, TechTestSeamlessWorldTransitionB = 1550, ValsharahArena = 1552, Artifact_Acquisition_Underlight = 1553, BoostExperience2 = 1554, TransportBoostExperienceAllianceGunship = 1555, TransportBoostExperienceHordeGunship = 1556, BoostExperience2Horde = 1557, TransportBoostExperienceHordeGunship2 = 1559, TransportBoostExperienceAllianceGunship2 = 1560, TechTestCosmeticParentPerformance = 1561, SuramarCityDungeon = 1571, MaelstromShamanHubIntroScenario = 1572, UdluarScenario = 1579, MaelstromTitanScenario = 1580, Artifact__DalaranVaultAcquisition = 1582, Artifact_DalaranVaultAcquisition = 1583, JulienTestLand_DevOnly = 1584, AssualtOnStormwind = 1586, DevMapA = 1588, DevMapB = 1589, DevMapC = 1590, DevMapD = 1591, DevMapE = 1592, DevMapF = 1593, DevMapG = 1594, ArtifactRestoAcqusition = 1599, ArtifactThroneoftheTides = 1600, SkywallDungeon_OrderHall = 1602, AbyssalMaw_Interior_Scenario = 1603, Artifact_PortalWorldNaskora = 1604, FirelandsArtifact = 1605, ArtifactAcquisitionSubtlety = 1607, Hyjal_Instance = 1608, AcquisitionTempleofstorms = 1609, Artifact_SerenityLegionScenario = 1610, DeathKnightCampaign_LightsHopeChapel = 1611, TheRuinsofFalanaar = 1612, Faronaar = 1616, DeathKnightCampaign_Undercity = 1617, DeathKnightCampaign_ScarletMonastery = 1618, ArtifactStormwind = 1620, BlackTemple_Legion = 1621, IllidanTemp = 1622, MageCampaign_TheOculus = 1623, BattleofExodar = 1624, TrialoftheSerpent = 1625, TheCollapseSuramarScenario = 1626, FelHammerDHScenario = 1627, Transport251513 = 1628, NetherlightTemplePrison = 1629, TolBarad1 = 1630, TheArcwaySuramarScenario = 1632, TransportAllianceShipPhaseableMO = 1637, TransportHordeShipPhaseableMO = 1638, TransportKvaldirShipPhaseableMO = 1639, BlackRookSenario = 1646, VoljinsFuneralPyre = 1647, Helhiem2 = 1648, Transport254124 = 1649, Acherus = 1650, Karazahn1 = 1651, LightsHeart = 1653, SuramarEndScenario = 1662, DungeonBlockout = 1663, BrokenshorePristine = 1670, bladesedgearena2b = 1672,
  19. Droidz replied to a post in a topic in Developers assistance
    Hello, you cannot (if profile contain NPC vendor/repair you can check if the continent id), but generally in profile name you can found zone name.
  20. I can detect if it is npc trainer, but I cannot detect type of trainer.
  21. Hello, http://wrobot.eu/forums/topic/2566-agreed-click-to-move/?do=findComment&comment=11708
  22. Do you have error in your log file? Do you get this error frequently?
  23. http://wrobot.eu/forums/topic/4303-bot-works-on-server-rising-gods-335a-private-server/

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.