[PQR] Interupt Script 3.3.5 ( change abit ) menu

User Tag List

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

    [PQR] Interupt Script 3.3.5 ( change abit )

    Its possible to change the script that he kick arena1, 2, 3?

    --options
    InteruptSpell = 57994 -- This is the spell ID of the interupt you want to use
    InteruptDelay = .5 --This is the time before the end of the cast
    InteruptTarget = "focus" --This is the target you want to interupt must be in Quotation Marks (Example : "UnitName")
    InteruptEverything = true --Set to true to interupt everything.

    --The bot will only interupt the below spells if the above setting is set to false.
    InteruptList = { --Here you need to add the spell ids of what you want to interupt. seperate with comma
    49276, --Lesser Healing Wave : Rank 9


    }

    --

    if UnitExists(InteruptTarget)
    and UnitIsEnemy(InteruptTarget, "player")
    and IsSpellInRange(GetSpellInfo(InteruptSpell), InteruptTarget) == 1 then
    local spellName, _, _, _, startCast, endCast, _, _, canInterrupt = UnitCastingInfo(InteruptTarget)
    if InteruptEverything then
    if UnitCastingInfo(InteruptTarget) ~= nil
    and ((endCast/1000) - GetTime()) < InteruptDelay then
    SpellStopCasting()
    CastSpellByID(InteruptSpell, InteruptTarget)
    end
    else
    for i=1, #InteruptList do
    if GetSpellInfo(InteruptList[i]) == spellName and canInterrupt == false then
    if ((endCast/1000) - GetTime()) < InteruptDelay then
    SpellStopCasting()
    CastSpellByID(InteruptSpell, InteruptTarget)
    end
    end
    end
    end
    end

    [PQR] Interupt Script 3.3.5 ( change abit )

Similar Threads

  1. 3.3.5a PQR Profile/Script Sharing, ask for script, solutions
    By Angelism in forum WoW Bot Maps And Profiles
    Replies: 58
    Last Post: 02-12-2023, 02:34 PM
  2. [Selling] WOTLK warrior 6.8 gs PVE / 6.8 PVE ( BIS) / 6.3 tank + PQR PVP scripts
    By johnsmth in forum WoW Private Server Buy Sell Trade
    Replies: 0
    Last Post: 04-06-2016, 07:17 AM
  3. [Repack] Lua script loaded but no change in game
    By Gix85 in forum WoW EMU Questions & Requests
    Replies: 10
    Last Post: 03-08-2011, 01:05 PM
All times are GMT -5. The time now is 01:16 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search