Fake cast lua script menu

User Tag List

Results 1 to 6 of 6
  1. #1
    axorzwow's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Fake cast lua script

    it is posible to make a script that when your enemy try to interrupt you, if u are casting a spell you stop cast before enemy interrupt you?

    Fake cast lua script
  2. #2
    smartie's Avatar Member
    Reputation
    5
    Join Date
    Apr 2013
    Posts
    27
    Thanks G/R
    12/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how should that work ? interrupts are instants so you want a script that can predict the future ?

  3. #3
    NightlyBlooD's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    26
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think that’s what you’ve been looking for, but Kick is usually instantaneous, so there’s very little chance of it being skipped
    Code:
    local FakeKick = {};
    FakeKick.Frame = CreateFrame("Frame");
    FakeKick.KickSpell = {SpellID}; -- {123, 332, 1231}
    FakeKick.Func = function(_,_,...)
    local args = {self, timestamp, ...}
    	if (args[1] == "CAST_SUCCESS" and -- CAST_START
    		args[2] ~= UnitGUID("player")) then 
    		if (args[5] == UnitGUID("player") and
    			UnitCastingInfo("Player")) then
    				for _, v in pairs (FakeKick.KickSpell) do
    					if (v == args[8]) then
    						SpellStopCasting();
    						return;
    					end
    				end
    		end
    	end
    end
    FakeKick.Frame:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED");
    FakeKick.Frame:SetScript("OnEvent",FakeKick.Func);

  4. #4
    shauren's Avatar Established Member
    Reputation
    65
    Join Date
    Feb 2009
    Posts
    60
    Thanks G/R
    2/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This will never work. The moment you receive that event, your spell was already interrupted

    Do notify me when you start being able to tell the future with 100% certainty

  5. #5
    NightlyBlooD's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    26
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shauren View Post
    This will never work. The moment you receive that event, your spell was already interrupted

    Do notify me when you start being able to tell the future with 100% certainty
    This is all clear, but the person wants Lua Script => gets lua script =)
    Although, as far as I understand, a really good method does not exist.
    You can try to intercept packets, but by the time the packet arrives at the client, the server will already process the kick

  6. #6
    shauren's Avatar Established Member
    Reputation
    65
    Join Date
    Feb 2009
    Posts
    60
    Thanks G/R
    2/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wasn't targeted at you, I was making fun of OP trying to predict future

Similar Threads

  1. Fake cast script?
    By Xewl in forum WoW Bots Questions & Requests
    Replies: 14
    Last Post: 10-12-2015, 12:29 PM
  2. about interrupting enemy cast (lua script)
    By rogueape in forum WoW UI, Macros and Talent Specs
    Replies: 3
    Last Post: 12-02-2014, 05:51 AM
  3. Fake cast Script
    By shajo in forum WoW UI, Macros and Talent Specs
    Replies: 9
    Last Post: 07-13-2014, 02:14 AM
  4. Creature wont cast his spells [Lua Script]
    By bill45 in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 05-26-2008, 08:29 PM
  5. LUA scripting -- Making game objects cast spells.
    By Jotox in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 05-08-2008, 03:44 PM
All times are GMT -5. The time now is 03:08 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