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

Can honorbuddy use macros with 2 commands?

DocBrown

Member
Joined
Mar 24, 2015
Messages
362
Reaction score
11
PHP:
/run local spell = "Windwool Cloth" for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)== (" Bolt of ".. spell) then CloseTradeSkill() DoTradeSkill(i, GetItemCount(spell)/5) break end end

I use /cast tailoring before i run it
This works in game, but through hb it does nothing.
I looked for an hour and i read that hb can't run 2 macros in one. I tried splitting it into 2 but i don't think it worked, cause it also did nothing.

I also tried using this

PHP:
/CastSpellByID(125551);

but doesn't work.

Here is my current set up

PHP:
<If Condition="GetItemCount(72988) &gt; 100" >
			<CustomBehavior File="RunMacro" Macro="/cast Tailoring" />
			<CustomBehavior File="RunMacro" Macro="/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)==&quot;Bolt of WindWool Cloth&quot; end then DoTradeSkill(i, GetItemCount(&quot;WindWool Cloth&quot;)/5) break end end " />
			<CustomBehavior File="WaitTimer" WaitTime="5000" />
		</If>
 
Get me on skype bud ill help ya out username reviir
 
Get me on skype bud ill help ya out username reviir
ya man i'll add you, got the answer tho but id love to have a coder thats better than me, i always end up spending 4 hours on a thing then someone on the forums just helps me lol
 
Lol same here normaly my retard moments are the simple crap..... shidder over thinking of this weekend i has me.mapid == 3805 when it was supposed to be me.zoneid..... yea that was 5 hours of my life
 
Back
Top