October 26, 201312 yr i would like to have this macro /use Sludge-Covered Object be in the added fight class but i cannot seem to be able to do it they do not stack and are filling up my bags Unkillable Frost DK.xml
October 26, 201312 yr Inside the General Setting Tab at the bottom is Advanced Setting. Inside advanced setting there is a Macro tab. Add the Macro there, and set it to active. That should do the trick.
October 28, 201312 yr Using macro tools is the easy way (recommanded). But if you want add to fightclass you macro you need to use RunMacroText. - For you, in your fightclass add new spell name: RunMacroText("/use Sludge-Covered Object") - In spell settings activate "Not spell, is lua script". - (after you can add "Timer" settings (5000 for launch this macro all 5 secondes) and disable settings "In combat only").
November 10, 201312 yr ok what if the opject isnt an object is a Trinket would I put Trinket in the object area? RunMacroText("/use Brutal Talisman of the Shado-Pan Assult Trinket")
November 11, 201312 yr ok what if the opject isnt an object is a Trinket would I put Trinket in the object area? RunMacroText("/use Brutal Talisman of the Shado-Pan Assult Trinket") Hello, I have reply here: You need to use UseInventoryItem.
November 13, 201312 yr Ok so to use a Trinket in the FightClass Rotation I would have to put RunMacroText("/UseInventoryItem(13)") But..... Would this also work? RunMacroText("/UseInventoryItem(13,14)") Also I would have to add the condition? LUA Scritp : count = GetItemCount(ITEM ID) ; if count > 0 then vRet = 1 else vRet = 0 end Return Value Research: 1 Return Value var: vRet
Create an account or sign in to comment