• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • creating a profile to run macros (macro contains special chars :/)

    Discussion in 'Honorbuddy Support' started by fertzi, Oct 31, 2011.

    1. fertzi

      fertzi New Member

      Joined:
      Oct 21, 2011
      Messages:
      87
      Likes Received:
      2
      Trophy Points:
      0
      hi, im currently trying to add this

      Code:
      <CustomBehavior File="RunMacro" Macro="/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Jagged Jasper" then DoTradeSkill(i) break end end" />
      the problem is "Jagged Jasper" - having "" within another pair of "" doesnt seem to work and makes sense :p

      does anybody know how i would need to edit this to work ?
       
    2. strix

      strix New Member

      Joined:
      Feb 13, 2010
      Messages:
      442
      Likes Received:
      18
      Trophy Points:
      0
      i'm not 100% sure, but either \" or ' should work instead of "
       
    3. fertzi

      fertzi New Member

      Joined:
      Oct 21, 2011
      Messages:
      87
      Likes Received:
      2
      Trophy Points:
      0
      ok, so far ive tried:

      '
      &quot;
      \"
      \'

      instead of " but none of the work

      is it possible to put the macro into an action bar and have HB press the key where the macro is?
      or is it possible to make the macro use the item/spellid instead of the to be crafted itemname? (i hope when using id's the "" wont be needed :p)

      EDIT:
      is it possible to use
      <CastSpellAction Entry="74537" Repeat="1" RepeatType="Craftable" />
      with questing botbase ?
       
      Last edited: Oct 31, 2011

    Share This Page