User Tools

Site Tools



sense

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
sense [2016/10/11 16:01] – [Timeline Sample] acesense [2020/05/22 17:29] (current) – [Addon Layout] ace
Line 14: Line 14:
   * **''bin''**   * **''bin''**
     * Holds executable files that <color red>MUST BE DOWNLOADED AND INSTALLED BY THE USER</color>.     * Holds executable files that <color red>MUST BE DOWNLOADED AND INSTALLED BY THE USER</color>.
-    * [[https://www.dropbox.com/s/5pvqxa7c8nr4pin/imagecreator.exe?dl=0|imagecreator.exe]] - this app turns text into images for use in the addon. +    * Both files are now in one zip file, working around dropbox limitations. 
-    * [[https://www.dropbox.com/s/ceon26uzld89tv5/soundengine.exe?dl=0|soundengine.exe]] - this app handles the playing of mp3/wav/text-to-speech.+    * [[https://www.dropbox.com/s/ljjt0jlmpxbq95f/binaries.zip?dl=0|imagecreator.exe]] - this app turns text into images for use in the addon. 
 +    * [[https://www.dropbox.com/s/ljjt0jlmpxbq95f/binaries.zip?dl=0|soundengine.exe]] - this app handles the playing of mp3/wav/text-to-speech.
   * **''images''**   * **''images''**
     * Holds automatic and user-created images for use in the addon.     * Holds automatic and user-created images for use in the addon.
Line 25: Line 26:
     * Holds universal/general triggers.     * Holds universal/general triggers.
  
-===== Timeline Sample =====+===== Timeline Sample & API =====
  
 <code lua> <code lua>
Line 80: Line 81:
 return profile return profile
 </code> </code>
-===== Trigger API =====+===== Trigger Sample & API =====
  
 <code lua> <code lua>
Line 109: Line 110:
 return profile return profile
 </code> </code>
 +
 +Tags:\\
 +  * **''detect_chat''** (//string// SearchText)
 +    * Detects a partial chat-line from the chat log.
 +  * **''detect_action''** (//string// Action Name), (//string//, semi-colon separated list of IDs, "145;154") or (//number// Action ID)
 +    * Detects an action being cast by self or other entities, via the minion API.
 +  * **''detect_action_user''** (//string// semi-colon separated list of entity content IDs, "3660;3661")
 +    * Modifies a detect_action statement to activate only if the caster is one of the listed content IDs.
 +  * **''detect_action_self''** (//boolean// true/false)
 +    * Modifies a detect_action statement to also activate if the caster is the Player.
 +  * **''detect_function''** (//string// or //function// or //table//)
 +    * Detects based on the return value of a single function string or a normal lua function statement, or a lua table filled with multiple function strings or statements.  Value must be true to activate the trigger. For a table, only one value must be true to activate.
 +
 +===== User Made Profiles =====
 +
 +All existing profile can be found on [[http://www.mmominion.com/forum-182.html]]\\
 +These profiles are to be installed into C:\MINIONAPP\Bots\FFXIVMinion64\LuaMods\Sense\profiles\\\
sense.1476201681.txt.gz · Last modified: 2016/10/11 16:01 by ace