Jump to content
  • 0

Solicito ayuda con macro


BrankHassan

Question

Hola. Estoy tratando de hacer una macro que equipe el anillo del kirin tor si no esta equipado, y castee el teletransporte. Y si el anillo de kirin tor esta equipado pero en tiempo de reutilizacion, que equipe el anillo de tendones podridos.

Hasta ahora logre que equipe uno u otro anillo, pero no que castee el teletransporte.

Alguien con experiencia en macros que me pueda ayudar?

Mi reino por un changelog.
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
  • Administrador
brankhassan dijo:

 

Gracias. Reemplazo por el nombre en castellano?

 

Correcto.

#showtooltip

/run local n=GetItemInfo(GetInventoryItemLink("player",11)) if n~="NOMBRE DEL OBJETO" then LsR=n end

/castsequence NOMBRE DEL OBJETO

/run if GetInventoryItemCooldown("player",11)~=0 then EquipItemByName(LsR) end

Link to comment
Share on other sites

  • 0
  • Administrador

Hola @brankhassan,

La macro que supongo que buscas es:

#showtooltip

/run local n=GetItemInfo(GetInventoryItemLink("player",11)) if n~="Signet of the Kirin Tor" then LsR=n end

/castsequence Anillo del Kirin Tor

/run if GetInventoryItemCooldown("player",11)~=0 then EquipItemByName(LsR) end

Link to comment
Share on other sites

  • 0
Hola @brankhassan,

La macro que supongo que buscas es:

[box]#showtooltip

/run local n=GetItemInfo(GetInventoryItemLink("player",11)) if n~="Signet of the Kirin Tor" then LsR=n end

/castsequence Anillo del Kirin Tor

/run if GetInventoryItemCooldown("player",11)~=0 then EquipItemByName(LsR) end[/box]

 

Gracias. Reemplazo por el nombre en castellano?

Mi reino por un changelog.
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...