Results 1 to 2 of 2

Thread: Surge and Burst together?

  1. Default Surge and Burst together?

    I'd like to use both cman surge and cman burst at the same time but I cannot seem to get the script right without constantly popping muscles. I've tried a few different approaches, but landed on the following code that I lifted from elsewhere on these forums. It appears that the cooldown for burst (9051) doesn't show up using ;magic when the cooldown for surge (9606) is present. Has anyone been able to get this to work or have some suggestions?

    If I am correct
    9505 - surge
    9506 - surge cooldown
    9625 - burst
    9051 - burst cooldown
    9699 - pop'd muscles

    Code:
    Spell[9605].cast if !Spell[9605].active? and Spell[9605].affordable? and !Spell[9606].active? and !Spell[9699].active?
    Spell[9625].cast if !Spell[9625].active? and Spell[9625].affordable? and !Spell[9051].active? and !Spell[9699].active?

  2. Default

    Okay. I'm pretty sure that the burst cooldown not showing up is the problem here. It doesn't show up even when used by itself. Interestingly, when I use the skill you will see below that the cooldown is reflected as 0 sec. With surge, the cooldown is 4 min.

    Any thoughts on this?

    >cman burst
    You prepare yourself to move swiftly at a moment's notice.
    You feel a fair amount more agile.
    You feel a bit more dextrous.

    [ Burst of Swiftness: +0:01:30, 0:01:30 remaining. ]
    [ Burst of Swiftness Cooldown: +0:00:00, 0:00:00 remaining. ]

    >cman surge
    You focus deep within yourself, searching for untapped sources of strength.
    You feel significantly stronger.
    >
    [ Surge of Strength: +0:01:30, 0:01:30 remaining. ]
    [ Surge of Strength Cooldown: +0:04:00, 0:04:00 remaining. ]

Similar Threads

  1. Spell Burst issue?
    By tallkris3 in forum Game Mechanics
    Replies: 14
    Last Post: 04-10-2013, 04:38 AM
  2. Spell burst
    By AestheticDeath in forum Game Mechanics
    Replies: 63
    Last Post: 03-16-2008, 02:12 PM
  3. Blood Burst
    By SayGoodbye in forum General Gemstone
    Replies: 19
    Last Post: 11-01-2005, 07:00 AM
  4. Solar Burst
    By Vesi in forum Off-Topic
    Replies: 21
    Last Post: 10-29-2003, 08:06 PM

Posting Permissions

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