|
Post by Admin on Apr 15, 2016 5:15:20 GMT
#chat tell #chat group #chat guild #chat raid
Sub Main
/echo Hardcoretanks sync macro /popup Hardcoretank Rocks /declare x int outer 0
:Start /doevents
/goto :Start
Sub Event_Chat(ChatType,Sender,ChatText)
/if (${ChatText.Equal[Sync]}) { /bcaa //say #e tasksync /return } /return
|
|
|
Post by Admin on Apr 15, 2016 22:11:47 GMT
### HOH token combine macro for when you have a shit ton and dont wanna spend your time combining them Sub Main /call Prince
/return Sub Prince
/declare islot7 int outer
:crafting7 /varset islot7 ${FindItem[Split Paw Quest Token].InvSlot} /ctrl /itemnotify ${islot7} leftmouseup /itemn in pack2 1 leftmouseup
/ctrl /itemnotify ${islot7} leftmouseup /itemn in pack2 2 leftmouseup /delay 1s /notify pack2 Container_Combine leftmouseup /delay 1s /autoinventory /if (${islot7}<1) /endmacro /goto :crafting7
/return
|
|