interruptAt not work? menu

User Tag List

Results 1 to 2 of 2
  1. #1
    nolongergame's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    interruptAt not work?

    it works in
    { "183752", "modifier.interrupts" }

    but not in
    { "183752", "target.interruptsat >= 50", "target" },

    anybody knows how to solve it?

    i solved it by myself.
    { "147362", "target.interruptAt(50)"},
    it works, and don't forget to toggle on interrupts button
    Last edited by nolongergame; 10-24-2016 at 06:10 AM.

    interruptAt not work?
  2. #2
    DocZ's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is a condition I modified that interrupts at a random percent ( between 21 and 69 percent ) every time to avoid looking like a kickbot.

    Code:
    ProbablyEngine.condition.register('random_interrupt', function (target)
        
    	if ProbablyEngine.condition['modifier.toggle']('interrupt') then
    		
    		if UnitName('player') == UnitName(target) then 
    			return false 
    		end
       
    		local _stop = math.random(21,69)
    		local _sec_remain, _cast_length = ProbablyEngine.condition['casting.delta'](target)
    	
    		if _sec_remain and 100 - (_sec_remain / _cast_length * 100) > _stop then
    			return true
    		end
    	
    		return false
    		
    	end
    	
    	return false
    	
    end)

Similar Threads

  1. Need help with putting Mpqs into Data folder, not working!!!
    By Korey16 in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 12-26-2006, 12:15 PM
  2. DBC editing not working anymore?
    By Charade in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-13-2006, 01:37 PM
  3. Wow glider is not working..
    By dragonmonster in forum World of Warcraft General
    Replies: 0
    Last Post: 10-24-2006, 06:29 PM
  4. weird model edits not working :S
    By nozzie in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 10-20-2006, 08:51 AM
  5. WoW Glider, key not working?
    By Shadowman2418 in forum World of Warcraft General
    Replies: 3
    Last Post: 07-28-2006, 03:49 AM
All times are GMT -5. The time now is 05:32 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