[LUA] Server Information Stone menu

User Tag List

Results 1 to 14 of 14
  1. #1
    ZestyJ's Avatar Contributor
    Reputation
    86
    Join Date
    Mar 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [LUA] Server Information Stone

    Hey everyone KingMitch here releasing my latest project the Server Information Stone.

    IT is a stone that tells the information about your server.

    Code:
     -- [[ Credits for this script are to KingMitch of Norwegian Elite.
    http://norwegianelite.servegame.com
    http://chronos-wow.com
     -- ]]
    
    function ServInfo_OnGossipTalk(Item,_,player)
        ServInfo_OnGossipSelect1(Item,0,player,0,1)
    end
    
    function ServInfo_OnGossipSelect1(Item,_, player,_, intid)
        if (intid == 1) then
            Item:GossipCreateMenu(100, player, 0)
            Item:GossipMenuAddItem(0, "Server General Information", 2, 0)
            Item:GossipMenuAddItem(0, "Support Information", 3, 0)
            Item:GossipMenuAddItem(0, "Other Information", 4, 0)
            Item:GossipSendMenu(player)
        end
    
        if (intid == 2) then
            Item:GossipCreateMenu(100, player, 0)
            Item:GossipMenuAddItem(0, "Our Purpose", 10, 0)
            Item:GossipMenuAddItem(0, "What we have", 11, 0)
            Item:GossipMenuAddItem(0, "Back", 1, 0)
            Item:GossipSendMenu(player)
        end
    
        if (intid == 3) then
            Item:GossipCreateMenu(100, player, 0)
            Item:GossipMenuAddItem(0, "GameMaster On-line Support", 12, 0)
            Item:GossipMenuAddItem(0, "Support on the Forums", 13, 0)
            Item:GossipMenuAddItem(0, "Back", 1, 0)
            Item:GossipSendMenu(player)
        end
    
        if (intid == 4) then
            Item:GossipCreateMenu(100, player, 0)
            Item:GossipMenuAddItem(0, "Ventrilo Server", 14, 0)
            Item:GossipMenuAddItem(0, "Back", 1, 0)
            Item:GossipSendMenu(player)
        end
    
        if (intid == 10) then
            player:SendBroadcastMessage("We are a Public server with a behind the scenes development server in which we are crafting the Nowegian Elite Database as the public server is being played on/tested.")
            player:GossipComplete()
        end
    
        if (intid == 11) then
            player:SendBroadcastMessage("We have a wide range of events almost a new one everday and we have support about 24/7. We have help GameMasters. We also have Developers work on the server.")
            player:GossipComplete()
        end
    
        if (intid == 12) then
            player:SendBroadcastMessage("For immediate online support we have GameMasters working almost 24/7. Just go to bottom of your screen and click on the red ? then Talk to a GM write your problem and it will be resolved ASAP.")
            player:GossipComplete()
        end
    
        if (intid == 13) then
            player:SendBroadcastMessage("We also have a Support and Bug Reporting section on the forums to report an array of different things.")
            player:GossipComplete()
        end
    
        if (intid == 14) then
            player:SendBroadcastMessage("Our vetrilo servers ip is: norwegianelite.servegame.com and the port is the default. We do not have a password.")
            player:GossipComplete()
        end
    end
    
    RegisterItemGossipEvent(105001, 1, "ServInfo_OnGossipTalk")
    RegisterItemGossipEvent(105001, 2, "ServInfo_OnGossipSelect1")
    The sql for this stone is not avalable im srry i will try to post it ASAP.

    This stone will also be released along with the Norwegian Elite DB 6.0.
    More info on that subject here:
    Norwegian Elite Team
    ChronosWoW

    -KingMitch
    -Zesty
    Formerly Known as Wickedshadow/KingMitch

    [LUA] Server Information Stone
  2. #2
    blackfang500's Avatar Member
    Reputation
    35
    Join Date
    Apr 2007
    Posts
    491
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think it's a good idea, I have no use for it though. Good work. +Repx1.

  3. #3
    ZestyJ's Avatar Contributor
    Reputation
    86
    Join Date
    Mar 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    -Zesty
    Formerly Known as Wickedshadow/KingMitch

  4. #4
    Hellgawd's Avatar Account not activated by Email
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There was sometihng exactly like this except more features posted on MMOwned a long time ago.
    Nice work anyways

  5. #5
    ZestyJ's Avatar Contributor
    Reputation
    86
    Join Date
    Mar 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks HG
    -Zesty
    Formerly Known as Wickedshadow/KingMitch

  6. #6
    ricouae's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for ur post. thanks

  7. #7
    ZestyJ's Avatar Contributor
    Reputation
    86
    Join Date
    Mar 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your Welcome.
    -Zesty
    Formerly Known as Wickedshadow/KingMitch

  8. #8
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I made a post about something like this long time ago... Let me find the link.

    Here it is

  9. #9
    Mircast's Avatar Member
    Reputation
    14
    Join Date
    Sep 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could always make an NPC with the information.

  10. #10
    ZestyJ's Avatar Contributor
    Reputation
    86
    Join Date
    Mar 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well it originally was an npc but i just didn't think that unless you made them use it it wouldn't cath anyones eye so i made it a stone you could put it in your bag automaticly at start.
    -Zesty
    Formerly Known as Wickedshadow/KingMitch

  11. #11
    svedin's Avatar Contributor
    Reputation
    124
    Join Date
    Jun 2008
    Posts
    557
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice one ^^ good work :P

  12. #12
    ZestyJ's Avatar Contributor
    Reputation
    86
    Join Date
    Mar 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks all.
    -Zesty
    Formerly Known as Wickedshadow/KingMitch

  13. #13
    Sitzn's Avatar Member
    Reputation
    8
    Join Date
    Sep 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GJ Mitch =)

  14. #14
    bader520's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice one +Rep

Similar Threads

  1. [Question] Add an Lua Script to your Server from a different Computer?
    By kevinno in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 05-25-2008, 05:25 PM
  2. Lua/C++ Scripter looking for a server
    By Jotox in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 04-11-2008, 09:28 PM
  3. Looking for a Job on a server as a LUA scripter
    By Snailz in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 03-09-2008, 12:37 PM
  4. Looking for gastrics Lua enabled server
    By Kiev in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 01-08-2008, 12:03 PM
  5. Need information on getting a machine for my wow server!
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 12-12-2007, 10:02 PM
All times are GMT -5. The time now is 07:49 PM. 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