Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Results 1 to 3 of 3
  1. #1
    Senior Sergeant
    Milation's Avatar
    Join Date
    Aug 2008
    Posts
    109
    Post Thanks / Like
    Rep Power
    16
    Reputation
    73

    Auto Talknig NPc


    Register to remove this ad
    Could Some 1 Upload The Lua script for the auto talking Npc Plz in Lua Form Already? Bc when i save as auto.LUA my comp dosent accept it.




    › See More: Auto Talknig NPc



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Contributor
    Boxxy's Avatar
    Join Date
    Aug 2008
    Location
    Florida
    Posts
    351
    Post Thanks / Like
    Rep Power
    17
    Reputation
    136
    Code:
     
     
      -------noobcraft was here-----
     
        local time = 30000 
        local restart = 5000 
        local npc = 400009
     
     
        local msg1 = ""
        local msg2 = ""
        local msg3 = ""
        local msg4 = ""
        local msg5 = ""
     
     
        function Announcer_Yell(pUnit, Event)
           pUnit:SendChatMessage(12, 0, msg1)
           pUnit:RemoveEvents();
           pUnit:RegisterEvent("Announcer2_Yell", time, 0)
        end
     
        function Announcer2_Yell(pUnit, Event)
           pUnit:SendChatMessage(12 ,0, msg2)
           pUnit:RemoveEvents();
           pUnit:RegisterEvent("Announcer3_Yell", time, 0)
        end
     
        function Announcer3_Yell(pUnit, Event)
           pUnit:SendChatMessage(12, 0, msg3)
           pUnit:RemoveEvents();
           pUnit:RegisterEvent("Announcer4_Yell", time, 0)
        end
     
        function Announcer4_Yell(pUnit, Event)
           pUnit:SendChatMessage(12, 0, msg4)
           pUnit:RemoveEvents();
           pUnit:RegisterEvent("Announcer5_Yell", time, 0)
        end
     
        function Announcer5_Yell(pUnit, Event)
           pUnit:SendChatMessage(12, 0, msg5)
           pUnit:RemoveEvents();
           pUnit:RegisterEvent("Announcer2_Yell", restart, 0)
        end
     
        function Announcer_Start(pUnit, Event)
           pUnit:RegisterEvent("Announcer_Yell", 1000, 0)
        end
        RegisterUnitEvent(npc, 6, "Announcer_Start")
    http://filebeam.com/7f4021bf1b7643a75db9cfcb12d3a001
    Last edited by Boxxy; 04-08-08 at 02:53 AM.
    your mother

  4. #3
    Senior Sergeant
    Milation's Avatar
    Join Date
    Aug 2008
    Posts
    109
    Post Thanks / Like
    Rep Power
    16
    Reputation
    73

    Register to remove this ad
    can upload to filebeam as a LUA already

 

 

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 04:27 PM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org