User Tools

Site Tools



tensorreactions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tensorreactions [2020/02/02 00:19] rikudoutensorreactions [2020/03/21 08:52] rikudou
Line 75: Line 75:
 would add a 500ms delay to this reaction. would add a 500ms delay to this reaction.
  
-**You cannot invoke the action override from here! You must use a lua action if you wish to do that manually.** +You can also invoke the ACR override by returning the following from your lua code: 
 + 
 +**''//table// action, //number// targetID, //bool// __ignoreWeaveRules__, //bool// __allowInterrupt__''** 
 + 
 +Argument //action// must be a valid action from the ActionList.
  
 ===== Condition UI ===== ===== Condition UI =====
Line 121: Line 125:
 </code> </code>
 would invoke the hotbar method inside of TensorRequiem to use natures minne on your main tank. would invoke the hotbar method inside of TensorRequiem to use natures minne on your main tank.
 +
 +You can also invoke the ACR override by returning the following from your lua code:
 +
 +**''//table// action, //number// targetID, //bool// __ignoreWeaveRules__, //bool// __allowInterrupt__''**
 +
 +Argument //action// must be a valid action from the ActionList.
  
 ====== General UI ====== ====== General UI ======
Line 136: Line 146:
  
 __eventArgs__: this is the new arg for general lua reactions/actions/conditions.  It is a table, and each key is different for each event (listed below). Example usage: d(eventArgs.entityID) __eventArgs__: this is the new arg for general lua reactions/actions/conditions.  It is a table, and each key is different for each event (listed below). Example usage: d(eventArgs.entityID)
 +
 +You can also invoke the ACR override by returning the following from your lua code:
 +
 +**''//table// action, //number// targetID, //bool// __ignoreWeaveRules__, //bool// __allowInterrupt__''**
 +
 +Argument //action// must be a valid action from the ActionList.
  
 ====== Additional Documentation ====== ====== Additional Documentation ======
tensorreactions.txt · Last modified: 2021/04/18 17:24 by anyone