PQR Warlock Xelper Auto-Kick issue. menu

User Tag List

Results 1 to 6 of 6
  1. #1
    stealthnap's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    PQR Warlock Xelper Auto-Kick issue.

    (NEED HELP ASAP, IF YOU CAN FIX THIS FOR ME THERE WILL BE A REWARD)

    Help needed with PQR Interrupt.

    I'm a Warlock and the interrupt bot works fine WHEN I have my pet out with the Spell Lock ID in.
    However as a Warlock you sac your pet and you have Command Demon which turns into your Spell Lock.
    Command Demon's Spell ID is different in all 3 stages of it, no pet out, pet out, and pet sac'd

    I've tried all 3 spell id's and I can't get any of them to work, so basically how do I get pqr interrupt bot to work after I use grimoire of sacrifice to sac my pet?

    (I've tried replacing spell id with something random like chaos bolt to make sure it was saving and it worked fine and casted chaos bolt as an interrupt)

    I can get it to cast any spell when my target casts as an "interrupt" but my Command Demon - Spell Lock
    Last edited by stealthnap; 06-08-2013 at 10:31 AM.

    PQR Warlock Xelper Auto-Kick issue.
  2. #2
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When you Sacrifice your pet, you need to use the spell Command Demon; 119898
    Hope it helps!

    Edit:
    Likewise, if you're using Service, you can use both 119910 (Command Demon: Spell Lock) or 19647 (Demon: Spell Lock)
    With Supremacy 119911 (Command Demon: Optical Blast) or 115781 (Demon: Optical Blast)
    Last edited by Kinky; 06-08-2013 at 11:17 AM.

  3. #3
    stealthnap's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    When you Sacrifice your pet, you need to use the spell from Command Demon; 119898
    Hope it helps!
    Command Demon(No pet out/not sac'd) - 119898
    Command Demon(Felhunter out) - 119910
    Command Demon(Felhunter sac'd) - 132409

    I've tried them all, none seem to work.

    Any other ideas? :/

  4. #4
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's pretty strange as I can do it just fine in-game right now. o.O Have you made sure to update PQR recently?

    Edit: Oh, I see why it's not casting. Go into the Xelper interupt profile, the Interrupt variables there needs to be changed a little bit to accommodate Sacrifice.
    Select the ability you want to interupt, Focus, Target or Arena (or maybe all?)

    Find this:
    Code:
    	--make sure the interrupt spell is available
    	local interruptSpell = PQR_InterruptSpell()
    	if interruptSpell ~= 0 then
    		
    		local interruptName = GetSpellInfo(interruptSpell)
    		if not PQR_SpellAvailable(interruptSpell) or not IsSpellInRange(interruptName, customTarget) then
    			return false
    		end
    	else
    		return false
    	end
    Replace with this:
    Code:
    	--make sure the interrupt spell is available
    	local interruptSpell = PQR_InterruptSpell()
    	if interruptSpell ~= 0 then
    		
    		local interruptName = GetSpellInfo(interruptSpell)
    		if interruptSpell == 119898 then
    			if not PQR_SpellAvailable(132409) or not IsSpellInRange(interruptName, customTarget) then
    				return false
    			end
    		else
    			if not PQR_SpellAvailable(interruptSpell) or not IsSpellInRange(interruptName, customTarget) then
    				return false
    			end
    		end
    	else
    		return false
    	end
    That should make it work.

    The thing is, when you Sacrifice, the spell ID is being transformed. While you've "learned" the spell 132409, it's actually casting through Command Demon ( 119898 ) and only transferring the tooltips. I hope that makes some sense.
    Last edited by Kinky; 06-08-2013 at 11:35 AM.

  5. #5
    stealthnap's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright, I just went out but ill test it when I get home and tell you if it works, thanks.

  6. #6
    stealthnap's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working still, would you be willing to get in Skype or teamviewer and help me? :/

    Edit: works only with pet out still

Similar Threads

  1. [Tool] iKick - Simple Auto Kick
    By Vandra in forum World of Warcraft Bots and Programs
    Replies: 173
    Last Post: 11-24-2016, 10:14 PM
  2. PQR Warlock interruprt issue
    By Pein17 in forum WoW Bots Questions & Requests
    Replies: 8
    Last Post: 01-08-2014, 02:36 PM
  3. [PQR] Do you think auto kick pvp bot is bannable ?
    By manw in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 03-09-2013, 06:31 AM
  4. [Release] [iPlay] Mutli-Tool (Automatic LUA DPS Bot, Auto kick, Dungeon/Battlegroud Alert)
    By Vandra in forum World of Warcraft Bots and Programs
    Replies: 124
    Last Post: 02-04-2012, 03:00 AM
  5. Auto kick bot
    By manw in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 12-18-2011, 05:50 AM
All times are GMT -5. The time now is 11:06 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