What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

creating a profile to run macros (macro contains special chars :/)

fertzi

New Member
Joined
Oct 21, 2011
Messages
87
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 ?
 
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:
Back
Top