nonstop1005 35 Posted October 26, 2013 Share Posted October 26, 2013 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 Link to comment https://wrobot.eu/forums/topic/831-can-someone-add-this-macro/ Share on other sites More sharing options...
Bear T.O.E. 63 Posted October 26, 2013 Share Posted October 26, 2013 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. Link to comment https://wrobot.eu/forums/topic/831-can-someone-add-this-macro/#findComment-4620 Share on other sites More sharing options...
Droidz 2738 Posted October 28, 2013 Share Posted October 28, 2013 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"). Bear T.O.E. 1 Link to comment https://wrobot.eu/forums/topic/831-can-someone-add-this-macro/#findComment-4630 Share on other sites More sharing options...
Bear T.O.E. 63 Posted October 30, 2013 Share Posted October 30, 2013 Thanks Droidz Im about to make something now.... Thanks for this info. Link to comment https://wrobot.eu/forums/topic/831-can-someone-add-this-macro/#findComment-4660 Share on other sites More sharing options...
Bear T.O.E. 63 Posted November 10, 2013 Share Posted November 10, 2013 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") Link to comment https://wrobot.eu/forums/topic/831-can-someone-add-this-macro/#findComment-4794 Share on other sites More sharing options...
Droidz 2738 Posted November 11, 2013 Share Posted November 11, 2013 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. Link to comment https://wrobot.eu/forums/topic/831-can-someone-add-this-macro/#findComment-4802 Share on other sites More sharing options...
Bear T.O.E. 63 Posted November 13, 2013 Share Posted November 13, 2013 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 Link to comment https://wrobot.eu/forums/topic/831-can-someone-add-this-macro/#findComment-4826 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now