interupt delay menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Lookin's Avatar Member
    Reputation
    7
    Join Date
    Oct 2012
    Posts
    28
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    interupt delay

    anyway to make the addon delay its interupt feature so its not an instant cast?
    any help would be appreciated.

    interupt delay
  2. #2
    akeon1's Avatar Contributor
    Reputation
    103
    Join Date
    Sep 2011
    Posts
    265
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Target.interruptsat >= x

    Just have a scroll through the documentation post to get a full list of conditions with examples

  3. #3
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by akeon1 View Post
    Target.interruptsat >= x
    This one isn't working properly, not sure what i'm doing wrong
    Code:
    -- Interrupt
    { "Silence", "Target.interruptsat >=80", "target" },
    It's just ignoring it

    This one works but ofcourse interrupts as soon as the cast starts
    Code:
    -- Interrupt
    { "Silence", "modifier.interrupts", "target" },
    Last edited by yobleed; 07-24-2015 at 04:33 PM.
    ~They call me HordeOnYourTube, but you can call me hoyt~

  4. #4
    akeon1's Avatar Contributor
    Reputation
    103
    Join Date
    Sep 2011
    Posts
    265
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yobleed View Post
    This one isn't working properly, not sure what i'm doing wrong
    Code:
    -- Interrupt
    { "Silence", "Target.interruptsat >=80", "target" },
    It's just ignoring it

    This one works but ofcourse interrupts as soon as the cast starts
    Code:
    -- Interrupt
    { "Silence", "modifier.interrupts", "target" },
    Just copy and paste the line directly out of my rotations . I know 100% they work.
    Also don't set delay too high. You need to account for server lag.


    If it still fails to cast you are probably using an old unlocker or or or something.

  5. #5
    MrTheSoulz's Avatar Contributor
    Reputation
    143
    Join Date
    Nov 2013
    Posts
    192
    Thanks G/R
    19/32
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by akeon1 View Post
    Just copy and paste the line directly out of my rotations . I know 100% they work.
    Also don't set delay too high. You need to account for server lag.


    If it still fails to cast you are probably using an old unlocker or or or something.
    Nah, PE is case sensitive:
    "target.interruptsat >=80"

    Small "t".
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  6. #6
    Belamoor's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nevertheless
    Code:
    { "Pummel", "target.interruptAt>= 30", "target"  },
    Neither InterruptsAt nor interruptAt conditions seem to be working for me too.
    Last edited by Belamoor; 12-14-2015 at 07:17 AM.

  7. #7
    Belamoor's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, i think i figured it out. The logic behind the PE interrupt conditions is wrong, it returns true on 95 % casting time instead of a current casting percentage value.
    I rewrote it like this and and it works now.
    ProbablyEngine.condition.register('interruptAt', function (target, spell)
    if ProbablyEngine.condition['modifier.toggle']('interrupt') then
    if UnitName('player') == UnitName(target) then return false end
    local secondsLeft, castLength = ProbablyEngine.condition['casting.delta'](target)
    if secondsLeft then
    return (100 - secondsLeft / castLength * 100)
    end
    end
    return false
    end)
    Last edited by Belamoor; 12-14-2015 at 07:54 AM.

Similar Threads

  1. 2.4 delayed again
    By Chuck Norris in forum World of Warcraft Emulator Servers
    Replies: 21
    Last Post: 04-14-2008, 09:04 PM
  2. Warhammer Online delayed (again)
    By KuRIoS in forum Gaming Chat
    Replies: 3
    Last Post: 03-30-2008, 09:43 AM
  3. 2.3.2 [Hunter] No auto-shot delay -> super DPS
    By beerie in forum World of Warcraft Exploits
    Replies: 62
    Last Post: 01-12-2008, 11:57 AM
  4. S3 Delayed Nov 27th
    By Kyiz in forum World of Warcraft General
    Replies: 6
    Last Post: 11-15-2007, 10:47 PM
  5. Auto Reply (with delay) [Set-up in 5 minutes]
    By Paperboi in forum World of Warcraft Bots and Programs
    Replies: 3
    Last Post: 03-05-2007, 09:56 AM
All times are GMT -5. The time now is 04:46 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search