How To Make A Auto Taking Npc menu

User Tag List

Results 1 to 2 of 2
  1. #1
    Cripto's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2008
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How To Make A Auto Taking Npc

    copy code edit and save as lua put in scripts folder -
    --Written by Maven. Enjoy!


    local timebetweenannounce = 45000 --Time between messeges the NPC sends
    local restarttime = 120000 --How long you want until it restarts all over again.
    local npcid = 99999 --The NPC's ID

    --Change the folowing text to whatever you want
    local message1 = "Hello! Welcome to our server!"
    local message2 = "Please don't PvP Here!"
    local message3 = "Have fun! Don't Forget to vote for us!"
    local message4 = "Visit our site at [Site URL]"
    local message5 = "This was made by Maven for ArcEmu!"


    function Announcer_Yell(pUnit, Event)
    pUnit:SendChatMessage(12, 0, message1)
    pUnit:RemoveEvents();
    pUnit:RegisterEvent("Announcer2_Yell", timebetweenannounce, 0)
    end

    function Announcer2_Yell(pUnit, Event)
    pUnit:SendChatMessage(12 ,0, message2)
    pUnit:RemoveEvents();
    pUnit:RegisterEvent("Announcer3_Yell", timebetweenannounce, 0)
    end

    function Announcer3_Yell(pUnit, Event)
    pUnit:SendChatMessage(12, 0, message3)
    pUnit:RemoveEvents();
    pUnit:RegisterEvent("Announcer4_Yell", timebetweenannounce, 0)
    end

    function Announcer4_Yell(pUnit, Event)
    pUnit:SendChatMessage(12, 0, message4)
    pUnit:RemoveEvents();
    pUnit:RegisterEvent("Announcer5_Yell", timebetweenannounce, 0)
    end

    function Announcer5_Yell(pUnit, Event)
    pUnit:SendChatMessage(12, 0, message5)
    pUnit:RemoveEvents();
    pUnit:RegisterEvent("Announcer2_Yell", restarttime, 0)
    end

    function Announcer_Start(pUnit, Event)
    pUnit:RegisterEvent("Announcer_Yell", 1000, 0)
    end
    RegisterUnitEvent(npcid, 6, "Announcer_Start")

    I Did Not Write This.

    Aka Milation

    How To Make A Auto Taking Npc
  2. #2
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think it's 5th time this script is released here, and it's been one time by Maven himself.

Similar Threads

  1. [How-To] any one knows how to make a auto sniping bot so it only snipe at 100iv club
    By azazelvobiscum in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 08-25-2016, 12:15 PM
  2. [ArcEmu] How to make custom Quests and NPC's
    By fugit1ve in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 05-26-2010, 05:58 PM
  3. Replies: 12
    Last Post: 04-07-2009, 06:40 AM
  4. How to make an auto updater! For noobs :)
    By EmiloZ in forum Programming
    Replies: 4
    Last Post: 03-27-2009, 03:54 PM
  5. [Guide] How to make a custom C++ npc!
    By berryman13 in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 12-26-2007, 01:21 PM
All times are GMT -5. The time now is 07:57 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