johnnysauur
New Member
- Joined
- Jan 23, 2014
- Messages
- 3
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?
The macro is
/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"
My problem is, honorbuddy throws an error when trying to start the profile,
Starting the bot!
Currently Using BotBase : Questing
Cannot start the bot because the profile cannot be loaded.
'mount' is an unexpected token. Expecting white space. Line 48, position 98.
I've tried everything I can think of to clear it up, but nothing has worked..
Any ideas?