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 revision
Previous revision
anyonecore [2021/12/24 00:45] anyoneanyonecore [2022/08/24 22:03] (current) anyone
Line 1: Line 1:
 <WRAP center round important 60%> <WRAP center round important 60%>
-If you're using AnyoneCore for reactions then you need to have both TensorCore and TensorReactions installed.+AnyoneCore requires TensorCore to be installed
 </WRAP> </WRAP>
  
Line 38: Line 38:
 Shotcaller can be fed variables, but it must be converted to a string. As an example, this is used as a reaction to call your limit cut number in Epic of Alexander, using information fed from a separate reaction: Shotcaller can be fed variables, but it must be converted to a string. As an example, this is used as a reaction to call your limit cut number in Epic of Alexander, using information fed from a separate reaction:
   * AnyoneCore.Shotcall(tostring(data.limitCutNumber), true, 5, true)   * AnyoneCore.Shotcall(tostring(data.limitCutNumber), true, 5, true)
- 
- 
-=== Face Away Helper === 
- 
-Face Away Helper is self-explanatory almost, for mechanics where you need to look away from the boss, this will help you to look away. But what people don't realize is that you don't need to look directly away from the boss, you just need to look about 75 degrees away to be unaffected. What's special about this is that normally if you just turned around, you can't finish any channel skills, they just get cancelled. But there is a sweet spot about 75-85 degrees from the bosses center where you won't be affected by these mechanics, and you can still cast spells. Face Away Helper automates that that sweet spot. 
- 
-To make a reaction for Face Away Helper, put the following into a LUA reaction on your timeline: 
-  * AnyoneCore.Data.FaceAway.facing = true 
- 
-Place this a second or two before the mechanic you need to look away from. After the mechanic ends, you'll need another reaction to turn it off: 
-  * AnyoneCore.Data.FaceAway.facing = false 
- 
-Don't forget to put self.used = true at the end of each of your LUA reactions. 
- 
-For an example, a reaction has been added to e8s timelines at "115 - Shining Armor". This reaction features a delay using throttle to turn Face Away Helper off after the mechanic ends. 
- 
- 
  
 === Toggle Helper === === Toggle Helper ===
Line 68: Line 51:
  
 As many timers can be created as you could possibly want. Existing timers are wiped upon boss reset. As many timers can be created as you could possibly want. Existing timers are wiped upon boss reset.
 +
 +=== Easy Buttons ===
 +
 +Easy Buttons is a helper in AnyoneCore that allows you to create custom buttons with your own LUA code. These buttons have lots of special functions that allow you to customize how they're used. You can easily specify if you want certain parts of the code block to run on a loop, or to only be run if the button has been left, or right clicked.
 +
 +====== Additional support ======
 +
 +Extra support is available in my discord: https://discord.gg/anyone
anyonecore.1640306716.txt.gz · Last modified: 2021/12/24 00:45 by anyone