User Tools

Site Tools



anyonecore

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
anyonecore [2021/09/06 19:03] anyoneanyonecore [2021/12/24 00:45] anyone
Line 9: Line 9:
 This addon is not required for certain addons made by Anyone, like Player Inspector or Profiler. This addon is not required for certain addons made by Anyone, like Player Inspector or Profiler.
  
-====== Global functions ======+====== Helpers ====== 
 + 
 +=== Prepull Helper === 
 + 
 +Prepull Helper will do everything that's required of a job before the boss is even pulled. Using potions, starting certain skills, popping sprint, or even dashing in when the countdown ends. 
 + 
 +=== Duty Helper === 
 + 
 +Duty Helper is a simpler version of the timelined reactions. This can be used in any content, even if it doesn't have an available timeline from TensorReactions. It can help provide mitigation and smarter targeting in dungeons, trials and normal raids.
  
 === Shotcaller === === Shotcaller ===
Line 48: Line 56:
  
  
-=== Global Toggles ===+=== Toggle Helper ===
  
-Global toggles is an attempt to streamline making new timelines. One line of code could turn off AOE on every ACR, and every job that is currently supported. Instead of making 10 timelines for 10 jobs, you could quickly make one timeline that works for 10 jobs, then branch off anything that needs a special treatment for optimization.+Toggle Helper is an attempt to streamline making new timelines. One line of code could turn off AOE on every ACR, and every job that is currently supported. Instead of making 10 timelines for 10 jobs, you could quickly make one timeline that works for 10 jobs, then branch off anything that needs a special treatment for optimization.
  
-To use the global toggle system in a reaction, put the following into a LUA reaction your timeline:+To use the Toggle Helper system in a reaction, put the following into a LUA reaction your timeline:
   * Syntax: AnyoneCore.Toggle(type [string], state [boolean], timer [(optional) integer in milliseconds])   * Syntax: AnyoneCore.Toggle(type [string], state [boolean], timer [(optional) integer in milliseconds])
   * Example: AnyoneCore.Toggle("cd", false, 5000) - Turns toggles contained in CD to false, then 5 seconds later enables them again.   * Example: AnyoneCore.Toggle("cd", false, 5000) - Turns toggles contained in CD to false, then 5 seconds later enables them again.
anyonecore.txt · Last modified: 2022/08/24 22:03 by anyone