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

how to click a button !!!

zhj545

New Member
Joined
Nov 8, 2016
Messages
3
Reaction score
0
1.png


Hello guys, i'd like to click this button ,anyone can tell me how?


<QuestOrder>
<Moveto X="-731.39" Y="4521.55" Z="730.46" />
<CustomBehavior File="InteractWith" MobId="246944" InteractByUsingItemId="127834" X="-731.39" Y="4521.55" Z="730.46" />
<While Condition="HasItem(127834)">
<CustomBehavior File="RunMacro" Macro="/run for b=0,4 do for s= 1, 30, 1 do local name = GetContainerItemLink(b,s); if name and string.find(name,[[古代治疗药水]]) then UseContainerItem(b,s) break end end end" />

<!-- click the "decompose" button />

</While>
</QuestOrder>

Thank you vey much
 
Use /fstack in WoW and hover over the button. Once you see the Code put it in like this:

<CustomBehavior File="Misc\RunLua" Lua="Code:Click()" WaitTime="500" />
 
Use /fstack in WoW and hover over the button. Once you see the Code put it in like this:

<CustomBehavior File="Misc\RunLua" Lua="Code:Click()" WaitTime="500" />



thank you very much ! you are really a genius !!!!!
 
Back
Top