Delay spell cast, help 50$ to a paypal for working fix menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    Quesadilla's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2013
    Posts
    56
    Thanks G/R
    2/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    50$ offer still stands.

    Spent to much time on this, could not learn Lua if my life depended on it.

    i have had nightmares about then's and if's for 2 days now, and i might be growing a brain tumor

    Delay spell cast, help 50$ to a paypal for working fix
  2. #17
    DiabloFan's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Sep 2011
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The best way to make this work correctly is to set up a frame to check when Cleanse / HoF are successfully casted. You'll need to put these two abilities near the top of your rotation, make sure the functions are before the loader in the priority.

    Event functions:
    PHP Code:
    function xelperFrame_OnEvent(self,event,...)

        --
    Combat log events
        
    if event == "COMBAT_LOG_EVENT_UNFILTERED" then    
            local SubEvent 
    select(2, ...)
            
    local SourceName select(5, ...)
            
    local DestName select(9, ...)
            
    local SpellID select(12, ...)
            
    local SpellName select(13, ...)
            
    local ExtraSpellID select(15, ...)
            
    local ExtraSpellName select(16, ...)
            
            if 
    SubEvent == "SPELL_CAST_SUCCESS" then
                
    if SourceName == UnitName("player"then
                
                    
    --Cleanse
                    
    if SpellID == 4987 then
                        CleanseTime 
    0
                    end
                    
                    
    --Hand of Freedom
                    
    if SpellID == 1044 then
                        FreedomTime 
    0
                    end
                end
            end
        end
    end 

    Event loader:
    PHP Code:
    if PQR_LoadEventFrame == nil then
        PQR_LoadEventFrame 
    true

        xelperFrame 
    CreateFrame("Frame")
        
    xelperFrame:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
        
    xelperFrame:SetScript("OnEvent"xelperFrame_OnEvent)
        
    xelperFrame:Show()
    end 
    After doing that, try this as your Cleanse ability.

    PHP Code:
    local Delay 0.5

    if CleanseTime == nil then
        CleanseTime 
    0
    end

    for i=1,#members do
        
    if (HaveDebuff(members[i].Unit,dMagicCC(),3)
         or (
    HaveDebuff(members[i].Unit,122,3) and cdRemains(1044) > 0))
          and 
    not LineOfSight(members[i].Unit)
           and 
    rangeCheck(4987,members[i].Unit)
            and 
    not HaveDebuff(members[i].Unit,30108,0then
                  
    if CleanseTime == 0 then
                      PQR_CustomTarget 
    members[i].Unit
                      CleanseTime 
    GetTime() + Delay
                  
    elseif GetTime() >= CleanseTime then
                      
    return true
                  end
         end
    end 
    Last edited by DiabloFan; 04-15-2013 at 06:32 PM.

  3. #18
    Quesadilla's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2013
    Posts
    56
    Thanks G/R
    2/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow nice! you win just pm me paypal.

    sometimes gets stuck on <PQR Debug> Custom target does not exist. () any idea why?

  4. #19
    DiabloFan's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Sep 2011
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    Glad I could help you and thanks as well!

  5. #20
    Axionsteel's Avatar Sergeant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This guy tried to scam me for gold. Just wait for the chargeback on that transaction :P

  6. #21
    Quesadilla's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2013
    Posts
    56
    Thanks G/R
    2/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Delay spell cast, help 50$ to a paypal for working fix-uten-navn-jpg

    Lol dude, that money will never ever be charged back. While im sure there is alot of bad people out there, im not one of them.

    DiabloFan offerd me a service and i payed for it.

    50$ is like 1 hour of work for me, diabloFan saved me about 30days of trying to learn Lua and still failing so it was well worth the money
    Last edited by Quesadilla; 04-17-2013 at 06:39 AM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Tech Help] Constant Delay on Spell Cast/Action
    By Techneeq in forum World of Warcraft General
    Replies: 9
    Last Post: 11-20-2016, 08:57 PM
  2. help with spell cast condition
    By lg40 in forum PE Support forum
    Replies: 2
    Last Post: 12-30-2014, 05:30 PM
  3. Looking for Someone who can script HTML will pay with paypal for its fix.
    By shadowslayer133 in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 03-31-2009, 02:15 PM
  4. [Help] With Free Gametime Paypal Scam
    By Hasselhoff in forum World of Warcraft General
    Replies: 2
    Last Post: 02-24-2008, 11:41 PM
  5. Instant Spell CAST
    By djblade17 in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 11-10-2007, 06:18 PM
All times are GMT -5. The time now is 08:35 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