need LastCast ability LUA function menu

User Tag List

Results 1 to 2 of 2
  1. #1
    thenthelies's Avatar Member
    Reputation
    14
    Join Date
    Dec 2007
    Posts
    70
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    need LastCast ability LUA function

    giving 5+ rep to anyone who can hook me up... I had one a long time ago during PQR but lost it =\

    looking for a LUA function that would allow me to do something like

    if LastCast==(133) then
    print('we just cast fireball!')
    end

    thanks

    need LastCast ability LUA function
  2. #2
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    local LastCastSpell = nil;
    if CombatLog == nil then
    CombatLog = CreateFrame('Frame')
    CombatLog:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
    	function SuccessfulCast(self, event, ...)
    		local eventType, _, sourceGUID, _, _, _, _, _, _, _, spellID = select(2, ...);
    		if (event=="COMBAT_LOG_EVENT_UNFILTERED") then
    			local playerGUID = UnitGUID("player");
    			if eventType == "SPELL_CAST_SUCCESS" and sourceGUID == playerGUID then
    				LastCastSpell = spellID;
    			end
    		end
    	end
    	CombatLog:SetScript('OnEvent', SuccessfulCast)
    	CombatLog = true
    end
    
    
    function LastCast ()
    	return LastCastSpell;
    end
    Call Example:
    Code:
    if LastCast() == (133) then
    print('we just cast fireball!');
    end

Similar Threads

  1. [help] need chek on Lua boss script
    By arthars1 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 06-08-2008, 09:19 PM
  2. Replies: 22
    Last Post: 05-29-2008, 03:52 PM
  3. [Question] Lua functions
    By Lich King in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 04-10-2008, 07:39 PM
  4. [Request] I need this simple lua
    By Ellenor in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 02-29-2008, 03:18 PM
  5. Need help with LUA
    By Arugos in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 02-28-2008, 12:54 PM
All times are GMT -5. The time now is 02:35 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