[Zak]: 169 [LoadProfile-LoadPr(info)] Loading profile '[H] Zygor - Suramar - 170 - 289.xml' Warning: XML Error: Value "" in "GiverId" attribute is not supported! Expected integral type. - On line 1215 Changing current profile to [H] Zygor Suramar 170 - 289 [Zak]: Zygor - Suramar Steps 170 - 289 [Zak]: ZoneId: 7502 [Zak]: MaxMana: True [Zak]: 170 [Zak]: 171 [Zak]: 172 [Zak]: 173 [Zak]: 174 [Zak]: 175 [Zak]: 176 [Zak]: 177 [Zak]: 178 [Zak]: 179 [Zak]: 180 [Zak]: 181 [Zak]: 182 [Zak]: 183 [Zak]: 184 [Zak]: 185 [Zak]: 186 [Zak]: 187 [Zak]: 188 [Zak]: 189 [Zak]: 190 [LoadProfile-LoadPr(info)] Loading profile 'gather\[N]-Ancient-Mana-Zinner-Zak-300.xml' Changing current profile to [N]-Ancient-Mana-Zinner-Zak-300 [LoadProfile-LoadPr(info)] Loading profile '..\[H] Zygor - Suramar - 6 - 91.xml' Changing current profile to [H] Zygor Suramar 6 - 91 [Zak]: Zygor - Suramar Steps 6 - X [Zak]: ZoneId: 7502 [Zak]: MaxMana: 300 [Zak]: 2 he dont do anything, just going trough this all the time, starting at first profile, going till 190, change profile to mana gathering an then to first profile again
To find what mob it is check on wow head and search using the mobs id. This is the easiest way to find what the bot is looking for. If you have completed the quest manually. Just restart the profile. This fixes everything
hey folks anyone had this before? it keeps going to kill this big elite infernal . Cleared POI [Flightor] Set up for movement from <1677.205, 4718.043, 139.6863> to <1122.2, 5189.969, 67.72179> cheers V
after i discovered the flight path outside the cave things started working fine. sorry for inconvenience.
Nice, but you need to remove the felsoul crusher from vendor in the 290+ profile as well. The probably is a repair vendor in Suramar that doesn't require ancient mana?
This is working really good! Had to stop/start bot a few times and ofcourse do the kitty quest manually but other then that zero problems. I'm around step 230 or so. 10/10 so far. Thanks!
Does this profile do all leyline bling and portals or not yet? otherwise good work !! making my life alot easier
it will work towards leyline bling, so far its 6/8 it is also 6/9 on Now You're Thinking With Portals
Great work! Here is a piece of working code for quest 41197(You've Got to Be Kitten Me Right Meow - Quest - World of Warcraft) Code: <CustomBehavior File="RunCode"><![CDATA[ var home = new Vector3(2322.228f, 5470.458f, 118.7071f); while (!IsQuestCompleted(41197)) { var kitty = Unit(103511); kitty.Target(); while(kitty != null && kitty.IsValid) { Logging.Write(System.Windows.Media.Colors.Yellow, "[Zak]: Chasing Kitty"); float inverse = WoWMathHelper.CalculateNeededFacing(home, kitty.Location); var nLoc = kitty.Location.RayCast(inverse, 2); Navigator.MoveTo(nLoc); await Coroutine.Sleep(3000); } } ]]> </CustomBehavior>