[Contest Winner][AzolexX] Zombie LUA Event - Blizzlike as Possible menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hell, i don't have script if you can [code] tag it i will provide pics!

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

    [Contest Winner][AzolexX] Zombie LUA Event - Blizzlike as Possible
  2. #17
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will re-write it later today and upload it !

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  3. #18
    [Shon3m]'s Avatar Banned
    Reputation
    128
    Join Date
    Apr 2007
    Posts
    669
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /bump lets get the new download going lol

  4. #19
    Vinillo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    need screenshot ;D

  5. #20
    Kabukiblood's Avatar Member
    Reputation
    18
    Join Date
    Oct 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We need a way to download more than anything else.

  6. #21
    morpheux's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could someone plz upload this script again?

  7. #22
    [Shon3m]'s Avatar Banned
    Reputation
    128
    Join Date
    Apr 2007
    Posts
    669
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    uh i would link a download plz i well pay to have this lol im to lazy to do this....

  8. #23
    zsolt333's Avatar Member
    Reputation
    8
    Join Date
    Jun 2008
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    download link still broken

    BUMP

  9. #24
    rayzank's Avatar Member
    Reputation
    3
    Join Date
    Nov 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ZombieLuaEvent

    Might as well share this copy I have.

  10. #25
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    -- Zombie effect get's applyed on other zombie's death , you can change this for enter combat or any other shit you want, this here is just basic function 
    local ZombieId = 50000 -- Change this for ID you want
    local HealerId = 50001 -- Change this for ID you wan
    
    RegisterUnitEvent(ZombieId, 4, "Zombie_Death")
    RegisterUnitEvent(HealerId, 6, "Argent_OnSpawn") -- From server resetes :)
    
    function Zombie_Death(pUnit, event, player)
    	pUnit:FullCastSpellOnTarget(43869,pUnit:GetMainTank())
    	--pUnit:FullCastSpellOnTarget(43958,pUnit:GetMainTank())    -- If ya want extra effects :)
    	--pUnit:SendChatMessage(12, 0,"You are infected! (Noob don't kill me next time!")
    	local plr = pUnit:GetMainTank()
    		if type(plr) == "userdata" then
    			plr:SetFaction(1634)
    		else
    			pUnit:SetFaction(1634) 
    	end
    end
    
    function Argent_OnSpawn(pUnit, event, player)
    	pUnit:RegisterEvent("Argent_Healer", 14000, 1)
    end	
    
    function Argent_Healer(pUnit, event, player * plr)
    	if pUnit:GetInRangePlayerCount() >= 1 then
    		local plr = pUnit:GetRandomPlayer(0)
    		local pAura = plr:HasAura(43958)
    		local player = type(plr) == "userdata" 
    			if pPlayer and pAura then
    				pUnit:RegisterEvent("RemoveAura",1,1)
    			else
    				pUnit:RegisterEvent("Argent_Healer", 14000, 1)
    			end
    	else
    		pUnit:RegisterEvent("Argent_Healer", 14000, 1)
    	end	
    end
    
    function RemoveAura(pUnit, event, player)
    	pUnit:RemoveAura(43958)
    	pUnit:RemoveEvents()
    	pUnit:RegisterEvent("Argent_Healer", 14000, 1)
    end
    rayzank + rep for this and thanks!

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  11. #26
    xXCharleyXx's Avatar Member
    Reputation
    10
    Join Date
    Oct 2008
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep for the code
    "I believe there's something out there watching over us. Unfortunately, it's the government."

  12. #27
    [Shon3m]'s Avatar Banned
    Reputation
    128
    Join Date
    Apr 2007
    Posts
    669
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dude +Rep thanks!!!

  13. #28
    nicdude's Avatar Member
    Reputation
    5
    Join Date
    Feb 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job. this is awesome.
    Last edited by nicdude; 02-13-2009 at 11:21 AM.

  14. #29
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ofc its awesome!

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  15. #30
    the_venom's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any Description or Pics for effect of the code plz? :P

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Contest Winner][Lua/FrostTeam] Boss + Cinematic!
    By Nymphx in forum WoW EMU General Releases
    Replies: 36
    Last Post: 05-25-2009, 10:50 AM
  2. Reputation Contest Winners!
    By Ket in forum OC News
    Replies: 69
    Last Post: 03-22-2008, 09:56 AM
  3. [Release] Portal Lua Event
    By Spartansp in forum World of Warcraft Emulator Servers
    Replies: 28
    Last Post: 02-04-2008, 09:46 AM
  4. [request] Frostwolf Tabard > Contest Winners Tabard
    By nonono in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 07-13-2007, 02:59 PM
All times are GMT -5. The time now is 04:59 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