I started the mount Loader on an alliance toon. He took portal from Ashran to SW to go to ZG, but then he ran the entire way there, luckily its only about a 10minute detour instead of half the continent, but is there a way to prevent this? EDIT: Nevermind. I was having the "your toon does not have flying in this area" bug and restarted HB and it works as intended so far!
Ran into an issue after Onyxia. I'm not exactly sure where my character was when it tried to go through the mount loader again, because I was tabbed out, but i tabbed in and noticed my character running to Tempest Keep. I already have the mount, therefore I didn't run it earlier in the profile, but I assume wherever I ported after Onyxia was indoors, therefore I wasn't able to mount. I was able to fix the issue by doing the same as Azyul in his mount profiles. I changed this like in your code: Code: <If Condition="!(Me.HasAura(40192))"> to Code: <If Condition="!HasItem(32458) && !Me.KnowsSpell(40192)" > <!-- Al'ar --> This checks whether I either have the Al'ar mount item, or if I already know the spell. It probably wouldn't be a bad idea to change all of the mount checks to this.
Hey, I dont have any logs. I tested this on 9 different level 100 toons on horde. Every time it would try to go to Kara/zul guruub, pretty much every dungeon(didn't try icc) it will go in, run around for 2-minutes not attack anything, then leave and try and enter and get the "This dungeon is already done moving to next" and keeps looping around even ifI picked the manual dungeon. Then when I select a different raid, it fly's to it, enters then leaves saying locked even though they were fresh toon It worked a lot better on my alliance character. Anyways, im not very interested in mounts sorry I couldn't give more/better feedback Goodluck! I ran icc once and it pretty much was flawless so great work on that!
Check my thread shineey, I made that change recently (within the last day) because I got around to it . I didn't add the item check as I'll add a useitembyname to it sometime instead.
I was running on a Warlock and it bugged out after the Bug encounter in ICC. I'm not sure if it has something to do with the profile or if it is something on HB's end, but it cast Rain of Fire and then "moving to hunting ground waypoint". I had to finish the instance on my own. I have attached the log and the problem occurs around time: [06:38:49.967 N]
Here goes my review 0. Added an avoid mob: <Mob Name="Summon Enabler Stalker" Entry="53488" /> (because it is Blizzards watcher buddy in dungeons) 1. Started with Mount Loader 2 (with ICC) - First problem was with the new portal (easy fixed) 2. Zul'grub worked perfectly (perhaps due the fact I have Azure Water Strider??) 3. Kar'zhan worked good. - Added a few wait times to make load times in and out of instance work better 4. Tempest Keep worked. - I removed the "disable combat" at start because of paladin stun. Added a check to make sure it loots the boss (it missed on first run). 5. Sethek Hall worked. No problems, an easy dungeon 6. Onyxia worked. - Didn't have the time for the wait time for loading the zones So added an use of Garrison hearthstone (from sethek --> Onyxia with HS) and then load onyxia xml for faster run time. 7. Utgarde Pinnacle - An straight forward dungeon, no problems. 8. ICC - I know all the problems and was nothing new to me. Worked the way it should do. GREAT JOB Mate
Well I gave this a try on one character so far. Did ZG no issues, but went to Kara, killed boss, didn't loot it, just stood there saying moving to huntgrounds or something like that. Just a random glitch? Run with alt, ZG ran fine, ran Attuman fine... must have been a glitch?
I may have fixed it. I made the bot recheck 2 times to loot for Attumen, and if it can't, It will just skip the loot. Edit: I'll run this profile 11 times (Alliance side), and I'll tell ya how many errors/troubles/bugs I find.
My bot still doesn't go to onyxia after he did sethekk. If i take a heartstone to ogrimmar the profile does continue.. Also he can't seem to find the portals in ogrimmar, he just flies over the city and stutter-stucks there instead of going to the portals. He can't seem to find the cave.
just got this error after kharazan run : You need to register and have one post to see spoilers! transalation : The name 'False' doesn't exist in the actual context at offset 0
[Profile Message]: Locked to ZG [Profile Message]: Locked to Karazhan [Profile Message]: Checking Al'ar [Profile Message]: Running Tempest Keep [LoadProfile-v1728(info)] Loading profile 'Tempest Keep.xml' 1 compiler errors encountered in profile 'Al'ar Mount run by Rabbit112' 'If' xml element on line number 128 has following errors 1) The name 'False' does not exist in the current context at offset 0 Bot stopping! Reason: None Given same error
[Profile Message]: Running Sethekk Halls [LoadProfile-v1728(info)] Loading profile 'Sethekk Halls.xml' Warning: XML Error: Unknown tag "FlyTo" (Input: "<FlyTo X="-3069.79" Y="5069.55" Z="-18.81" />") in "QuestOrder"! - On line 308 1 compiler errors encountered in profile 'Raven Lord - Sethekk Halls by AnReW' 'If' xml element on line number 132 has following errors 1) The name 'False' does not exist in the current context at offset 0 Bot stopping! Reason: None Given
Doesn't sound like an update break. I haven't looked at the profile but <FlyTo isn't a tag as far as I know, <MoveTo and <RunTo are, but they know that afaik. I'll have a look at mine and see if anything's broke.