Jump to content

Recommended Posts

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

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

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").

Link to comment
https://wrobot.eu/forums/topic/831-can-someone-add-this-macro/#findComment-4630
Share on other sites

  • 2 weeks later...
 

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...