This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://rift.zam.com/en/stc.html?t=1ckLt.VMc0V.EGstdsrGdsR | |
| Single BUilder | |
| #show Searing Strike | |
| suppressmacrofailures | |
| cast Rift Strike | |
| cast Frost Strike | |
| cast Inescapable Fury | |
| cast Thunder Strike |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| General Notes spread throughout - You can use Sweeping strike agains aoe or single target | |
| lvl 20: | |
| http://rift.zam.com/en/stc.html?t=0cAhE.L.E0oo.xmz | |
| Buffs: Binding of Affliction, Aegis of Vitality, Battlefield Awareness, Aspect of the Fallen Hero | |
| Single target macro: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class RenderJsonBehavior<T> : BasicBehavior where T : class | |
| { | |
| private readonly IFubuRequest _request; | |
| private readonly IJsonWriter _writer; | |
| public RenderJsonBehavior(IJsonWriter writer, IFubuRequest request) | |
| : base(PartialBehavior.Executes) | |
| { | |
| _writer = writer; | |
| _request = request; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $*space:: | |
| While GetKeyState("space","p"){ | |
| Send { space } | |
| Sleep 100 | |
| } | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;========================== | |
| ;Initialise | |
| ;========================== | |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| IsInSTMode := false | |
| SetSTMode(false) | |
| ;========================== | |
| ;Functions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.IO; | |
| using System.Web; | |
| using FubuCore; | |
| using Rackspace.Cloudfiles; | |
| namespace FieldBook.Core.FileUploads | |
| { | |
| public class FileSettings | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2H Build | |
| #show Frost Strike | |
| suppressmacrofailures | |
| cast Rift Strike | |
| cast Frost Strike | |
| cast Thunder Strike | |
| cast Retaliation | |
| cast Flamespear | |
| SNB Build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 51/23/2 - RB/Champ/Tempest Warrior Karuul Alert Set | |
| **COPY ALL OF TEXT BELOW, In Kalert click File -> Import Set -> Paste -> Import | |
| Frost;1;T;player.target;1;F;T;T;Frost Strike;AFCA4B24B938A50C2;0;1;F;F;0;0;Rift;Data/\UI\ability_icons\riftblade_frost_strike_01_a.dds;1093;1010;96;96;2;1;MISSING;BOTTOMCENTER;1;;1;0;0;20;T;T;TOPCENTER;60;T;6;F;0|FieryBurst;1;T;player.target;1;F;T;T;Fiery Burst;AFD813627A44AC000;0;1;F;F;0;0;Rift;Data/\UI\ability_icons\slam4a.dds;896;1101;96;96;2;1;MISSING;BOTTOMCENTER;1;;1;1;1;20;T;T;TOPCENTER;60;T;6;F;0|Amped;1;T;player;1;F;T;T;Amped;none;0;1;F;F;0;0;Rift;Data/\UI\ability_icons\harbinger_introspection_b.dds;1201;1107;96;96;2;1;MISSING;BOTTOMCENTER;1;;0.22;0.77;0;20;T;T;TOPCENTER;60;T;6;F;0|Rift Strike;1;T;player;1;F;T;T;Rift Strike;AFA5E982E86767AE0;0;1;F;F;0;0;Rift;Data/\UI\ability_icons\shadow_assault.dds;1000;1105;96;96;2;1;MISSING;BOTTOMCENTER;1;;1;1;1;20;T;T;TOPCENTER;60;T;6;F;0|Flamespear;1;T;player.target;1;F;T;T;Flamespear;AFEEB4C5DA0405C5D;0;1;F;F;0;0;Rift;Data/\UI\a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // api/controllers/AuthController.js | |
| var passport = require('passport'); | |
| var AuthController = { | |
| login: function (req,res) | |
| { | |
| res.view(); | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // api/controllers/AuthController.js | |
| var passport = require('passport'); | |
| var AuthController = { | |
| login: function (req,res) | |
| { | |
| res.view(); | |
| }, |