• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Getting an error while writing a rep grinding profile.

    Discussion in 'Requests & Discussion' started by johnnysauur, Jan 28, 2014.

    1. johnnysauur

      johnnysauur New Member

      Joined:
      Jan 23, 2014
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    2. mellome

      mellome New Member

      Joined:
      Mar 28, 2012
      Messages:
      559
      Likes Received:
      11
      Trophy Points:
      0
      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.
       
    3. johnnysauur

      johnnysauur New Member

      Joined:
      Jan 23, 2014
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Well this is my first profile, how would you do it?

      Because I have this in there but it doesn't mount at all.
       

    Share This Page