Jump to content

can someone add this macro


nonstop1005

Recommended Posts

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
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
Share on other sites

  • 2 weeks later...

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