My first ever Lua [feedback] menu

Shout-Out

User Tag List

Results 1 to 3 of 3
  1. #1
    Warriar's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    My first ever Lua [feedback]

    I know It's short But what I want the guy to do is on combat rend and send the message For The Lich king! I made the sql for the guy and whatnot, this is the script i made

    function destroyer.lua_Rend (pUnit, Event)
    pUnit:CastSpell (47465)
    end
    RegisterUnitEvent (99902, 1, "destroyer.lua_Rend")


    function destroyer.lua_Talk (pUnit, Event)
    pUnit:SendChatMessage (0, 0, "For the Lich King!")
    end
    RegisterUnitEvent (99902, 1, "destroyer.lua_Talk")

    Please tell me if it will work.

    My first ever Lua [feedback]
  2. #2
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    No it will not work. Only a couple of simple mistakes though, I'll correct it for you and you can see the difference

    Code:
    function destroyerlua_Rend (pUnit, Event)
    	pUnit:CastSpell (47465)
    pUnit:RemoveEvents() -- Remove Events stops the npc from doing it again
    end  
     
    function destroyerlua_Talk (pUnit, Event)
    	pUnit:SendChatMessage (12, 0, "For the Lich King!") -- 12 = say, 14 = yell
    pUnit:RegisterEvent("destroyerlua_Rend", 5000, 0) -- 5000 = 5 seconds
    end
    RegisterUnitEvent (99902, 1, "destroyerlua_Talk")

  3. #3
    Warriar's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, I saw the differences

    + Rep for you.

Similar Threads

  1. My First Lua (Feedback requested)
    By Eddie12390 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 06-21-2009, 01:53 AM
  2. [mount swap] first ever toilet!!
    By thpthpthp in forum World of Warcraft Model Editing
    Replies: 7
    Last Post: 05-06-2008, 04:33 AM
  3. Hardstyle Baby! My first Mix!(Need Feedback!)
    By mchugh in forum Community Chat
    Replies: 3
    Last Post: 03-15-2008, 03:18 PM
  4. [FIRST EVER] Banner
    By Igzz in forum Art & Graphic Design
    Replies: 2
    Last Post: 03-08-2008, 10:38 PM
  5. [Showoff] Rate my first ever sig!
    By pyrojunkie in forum Art & Graphic Design
    Replies: 3
    Last Post: 12-12-2007, 02:03 AM
All times are GMT -5. The time now is 08:43 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