Jump to content

How to ADD Trinkets to a FIght Profile the EASY WAY!!!


Bear T.O.E.

Recommended Posts

Okay guys this is much easier than we have previously thought. Now this is going to sound crazy but it works and it will work for all fight classes.

 

Ingame type ( /M ) to bring up the Macro window.  Im the General Macro Tab a two new macros called Trinket 1, and Trinket 2.

 

In Trinket 1 you will put this: /use 13 ( Then Save. )

 

In Trinket 2 you will put this: /use 14 ( Then Save. )

 

Ok in your Fight Profile you will need to add this in the spell rotation area:

 

RunMacroText("/Use 13")

( Make Sure in Spell Settings to add the timer of the CoolDown, and set True not spell, is lua script. )

RunMacroText("/Use 14")

( Make Sure in Spell Settings to add the timer of the CoolDown, and set True nt spell, is lua script. )

 

Im using these for the Timeless Isle Farming and just general running of the isle.

 

RunMacroText("/Use Book of the Ages")

RunMacroText("/Use Singing Crystal")
RunMacroText("/Use Dew of Eternal Morning")

 

And using these for the Racial abilitites.

 

RunMacroText("/Cast Gift of the Naaru")
RunMacroText("/Cast Every Man of Himself")
RunMacroText("/Cast Lifeblood")

 

I would definately add conditions to these.

 

For Engineers I am using these.

 

RunMacroText("/Use 6")
RunMacroText("/Use 10")

 

Yet again I would add conditions to help keep up Maximum Damage or Avoidance.

 

This will not only work for Trinkets it will work for all Items that you would like to use in your Fight Profiles.

Such as Potions, Flasks, Special Foods, Quest Items, Damage enhancers and so on.

 

Well guys that is all.

Link to comment
Share on other sites

  • 6 months later...
hello, sorry for my english, it was not my favorite in school. 
 
I tried different macro in fightclass but it does not work, I should probably hurt translate instructions. 
 
Would it be possible to have a fightclass with the use of the potion of luck please. 
 
I do not know what else to try, thank you for your help
Link to comment
Share on other sites

ok in your fight class you would need to add this into you fight class file its self. ( this is the easiest way to help you out )

 

    <FightClassSpell>
      <SpellName>RunMacroText("/Use Potion of Luck")</SpellName>
      <FightClassConditions />
      <Priority>38</Priority>
      <Timer>1200000</Timer>
      <NotSpellIsLuaScript>true</NotSpellIsLuaScript>
    </FightClassSpell>
    <FightClassSpell>
      <SpellName>Lifeblood</SpellName>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>IsSpellUsable</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Lifeblood</Name>
            <Need>true</Need>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>HealthPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>SmallerOrEqual</Type>
            <Value>99</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <Priority>37</Priority>
      <Timer>120000</Timer>
    </FightClassSpell>

Link to comment
Share on other sites

  • 2 years later...

You can just execute the Lua code RunMacroText("/use 13"), that way no macro setups are required and your users don't need to create macros.

Link to comment
Share on other sites

3 minutes ago, henkde said:

Is there a possibility to let Wrobot press Action button 1 all the time while there is a macro I'd made manually?

general settings > advanced > macro, set button and time and coditions when to press it.

Link to comment
Share on other sites

  • 2 months later...

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