Improved windowing system. Windows can now move into the foreground when selected rather than staying in order of creation, and the window border will be highlighted when it's the active window. Roleplay windows can now be created using the plus icon in the corner of the Roleplays section ...
-600p for dropping two whole GCDs by not casting while moving In truth the best uses of Afflatus skills will be trying to get them to multitask as much as possible! Cooldown on the Ability Ability’s cooldowns are another important cost to consider, especially when you’re trying to be ...
An absolute essential, this plugin blocks RMT, FC ads, RP ads, phishing, and all sorts of related crap from both chat and the party finder window. You can choose what categories of stuff to block and define your own filters too (for text matches and regex patterns both) in order to re...
Emotes are commands entered through the chat interface that will print a predefined /me emote to the chat window, cause the character to animate, and in some cases produce sound effects. Adding "motion" after the name of the emote will remove the text and only play the animation and ...
bool masterIsMoving = true; if (master.Position != _masterPrevPos) { _masterLastMoved = autorot.WorldState.CurrentTime; _masterLastMoved = WorldState.CurrentTime; _masterPrevPos = master.Position; } else if ((autorot.WorldState.CurrentTime - _masterLastMoved).TotalSeconds > 0.5f) ...