Results 1 to 2 of 2

Thread: Monk stuff for the Tillmangs

  1. #1

    Default Monk stuff for the Tillmangs

    Not sure how much of this you may already have or not, but I was adding stuff to my list earlier and figured I may as well toss it up here. This is the info for Rolling Krynch Stance, Stance of the Mongoose, Slippery Mind, Flurry of Blows, Inner Harmony, and Burst of Swiftness:

    Code:
    <spell>
    	<number>9620</number>
    	<name>Rolling Krynch Stance</name>
    	<staminaCost>20</staminaCost>
    	<type>timer</type>
    	<clearondeath>true</clearondeath>
    	<duration>240</duration>
    	<stacks>false</stacks>
    	<selfonly>true</selfonly>
    	<command>cman krynch</command>
    	<msgup>You (?:assume|re-settle into) the Rolling Krynch Stance\.</msgup>
    	<msgdown>You relax from the Rolling Krynch Stance\.</msgdown>
    </spell>
    <spell>
    	<number>9621</number>
    	<name>Stance of the Mongoose</name>
    	<staminaCost>20</staminaCost>
    	<type>timer</type>
    	<clearondeath>true</clearondeath>
    	<duration>240</duration>
    	<stacks>false</stacks>
    	<selfonly>true</selfonly>
    	<command>cman mongoose</command>
    	<msgup>You (?:assume|re-settle into) the Stance of the Mongoose, ready to retaliate instantly against your foes\.</msgup>
    	<msgdown>You relax from the Stance of the Mongoose, no longer ready to retaliate instantly against your foes\.</msgdown>
    </spell>
    <spell>
    	<number>9622</number>
    	<name>Slippery Mind</name>
    	<staminaCost>20</staminaCost>
    	<type>timer</type>
    	<clearondeath>true</clearondeath>
    	<duration>240</duration>
    	<stacks>false</stacks>
    	<selfonly>true</selfonly>
    	<command>cman slipp</command>
    	<msgup>You focus inward and prepare to blank your mind at a moment's notice\.</msgup>
    	<msgdown>You relax your mind and are no longer prepared to blank it at a moment's notice\.</msgdown>
    </spell>
    <spell>
    	<number>9623</number>
    	<name>Flurry of Blows</name>
    	<staminaCost>30</staminaCost>
    	<type>timer</type>
    	<clearondeath>true</clearondeath>
    	<duration>240</duration>
    	<stacks>false</stacks>
    	<selfonly>true</selfonly>
    	<command>cman flurry</command>
    	<msgup>You (?:assume|re-settle into) a stance suitable to unleash a flurry of blows\.</msgup>
    	<msgdown>You relax from a stance suitable to unleash a flurry of blows\.</msgdown>
    </spell>
    <spell>
    	<number>9624</number>
    	<name>Inner Harmony</name>
    	<staminaCost>40</staminaCost>
    	<type>timer</type>
    	<clearondeath>true</clearondeath>
    	<duration>240</duration>
    	<stacks>false</stacks>
    	<selfonly>true</selfonly>
    	<command>cman iharm</command>
    	<msgup>You (?:center your mind, body and soul and enter a|continue in your) state of inner harmony\.</msgup>
    	<msgdown>You feel your state of inner harmony slip away\.</msgdown>
    </spell>
    <spell>
    	<number>9625</number>
    	<name>Burst of Swiftness</name>
    	<staminaCost>if Spell[9626].active? then 60 else 30 end</staminaCost>
    	<duration>1.5</duration>
    	<type>utility</type>
    	<selfonly>true</selfonly>
    	<stacks>false</stacks>
    	<command>cman burst</command>
    	<msgup>You prepare yourself to move swiftly at a moment's notice\.</msgup>
    	<msgdown>You feel less prepared to move as swiftly as before\.</msgdown>
    	<castProc>dothistimeout 'cman burst', 3, /^You feel (?:significantly|a great deal|a fair amount) more (?:agile|dextrous)\.$|^Your muscles ache much too badly to even think about attempting this maneuver\.$/</castProc>
    </spell>
    <spell>
    	<number>9626</number>
    	<name>Burst of Swiftness Cooldown</name>
    	<duration>dur = { nil => 5, 1 => 5, 2 => 4, 3 => 3, 4 => 2.5, 5 => 2 }; if defined?(CMan); dur[CMan.burst_of_swiftness]; else; 5; end</duration>
    	<selfonly>true</selfonly>
    	<stacks>false</stacks>
    	<msgup>You feel (?:significantly|a great deal|a fair amount) more agile\.</msgup>
    	<msgdown>You feel entirely capable of preparing yourself to once again move swiftly at a moment's notice\.</msgdown>
    </spell>
    Last edited by subzero; 07-30-2012 at 12:43 AM. Reason: apparently the duration for surge does work

  2. #2

    Default

    Updated spell-list needs a minor correction for stamina cost to reflect the cooldown number change:

    <staminaCost>if Spell[9051].active?; 60; else; 30; end</staminaCost>

    and if we drop the \. from the end of msgup regex on Burst of Swiftness, it will match both normal and 'on-cooldown' casts (didn't realize they had different messaging; You prepare yourself to move swiftly at a moment's notice, overcoming the fatigue from your previous exertion.):

    <msgup>You prepare yourself to move swiftly at a moment's notice</msgup>
    Last edited by subzero; 07-30-2012 at 06:49 AM.

Similar Threads

  1. Monk Stuck Aiming UAC/General Monk
    By Headless/Snoobie in forum Game Mechanics
    Replies: 27
    Last Post: 08-11-2017, 05:36 PM
  2. Replies: 7
    Last Post: 06-03-2015, 04:56 PM
  3. Monk stuff
    By Ltlprprincess in forum Wanted
    Replies: 0
    Last Post: 01-16-2013, 11:32 AM
  4. Replies: 0
    Last Post: 05-13-2012, 04:14 PM
  5. Replies: 1
    Last Post: 09-23-2008, 02:46 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •