I'm working on an updated Magisters' Terrace grind profile. I'm trying to get it to mount and ride to the portal rather than walk, I decided to use a macro that summons a random ground or flying mount depending on location. The macro is My problem is, honorbuddy throws an error when trying to start the profile, I've tried everything I can think of to clear it up, but nothing has worked.. Any ideas?
Assuming you're running questbot instead of grindbot, the xml would be this: Code: [I]<CustomBehavior File="RunMacro" Macro="/run if not IsMounted() then local m,t,f="mount",{{},{}} for i=2,GetNumCompanions(m) do tinsert(t[bit.band(2,select(6,GetCompanionInfo(m,i)))==0 and 1 or 2],i) end f=IsFlyableArea() and 2 or 1 CallCompanion(m,t[f][random(#t[f])]) else Dismount() end" />[/I] Though, technically, you wouldn't do this with a macro though I suppose you're up to whatever you wish.
Well this is my first profile, how would you do it? Because I have this in there but it doesn't mount at all.