[FrostTeam]DeathKnight Welcomer menu

Shout-Out

User Tag List

Results 1 to 7 of 7
  1. #1
    Edude's Avatar Member
    Reputation
    98
    Join Date
    Jul 2008
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [FrostTeam]DeathKnight Welcomer

    Hi, this is one of my team's scripts, which can be found at our svn (my signature :P)


    Code:
                    ******************************                              
                    *                                                 *
                    *   The FrostTeam Project              *                 
                    *                                                 *
                    ******************************                        
                    
    
            --FrostTeam SVN consists of the latest WotLK
            scripts, both Lua and C++. Some will be our own,
            some will be others with credits attatched. Our
            Svn includes all scripts that you may need
            to help make your server a more fun environment.--
    
    ---------------------------//----------------------------------------------
    
    
     function DK_OnGossipTalk(pUnit, event, player, pMisc)
      pUnit:GossipCreateMenu(100, player, 1)
      pUnit:GossipMenuAddItem(0, "Deathknight, The Lich King wants to see you immediatly!", 2, 0)
      pUnit:GossipSendMenu(player)
     end
    
     function DK_OnGossipSelect(pUnit, event, player, id, intid, code, pMisc)
    if (intid == 2) then
      pUnit:SendChatMessage(12, 0, "Behold... Arthas, the Lich King!")
        x=pUnit:GetX();
        y=pUnit:GetY();
        z=pUnit:GetZ();
        o=pUnit:GetO();
      pUnit:SpawnCreature(IDHERE, x, y, z, o, 35, 0)
      pUnit:Despawn(2000, 0)
      pUnit:GossipComplete(player)
     end
    end
    
    RegisterUnitGossipEvent(IDHERE, 1, "DK_OnGossipTalk")
    RegisterUnitGossipEvent(IDHERE, 2, "DK_OnGossipSelect")
    
    
     function Arthas_OnGossipTalk(pUnit, event, player, pMisc)
      pUnit:GossipCreateMenu(100, player, 1)
      pUnit:GossipMenuAddItem(0, "Deathknight, it has come to my attention that you are a disciple. I have some information to give you...", 3, 0)
      pUnit:GossipSendMenu(player)
     end
    
     function Arthas_OnGossipSelect(pUnit, event, player, id, intid, code, pMisc)
    if (intid == 3) then
      pUnit:RegisterEvent("Arthas_talk1", 1000, 1)
      pUnit:RegisterEvent("Arthas_talk2", 5000, 1)
      pUnit:RegisterEvent("Arthas_talk3", 10000, 1)
      pUnit:RegisterEvent("Arthas_talk1", 16000, 1)
      pUnit:RegisterEvent("Arthas_Despawn", 18000, 0)
      pUnit:GossipComplete(player)
     end
    end
    
     function Arthas_talk1(pUnit,Event)
      pUnit:SendChatMessage(12, 0 "I think you know that we are currently at war with Illidan Stormrage...")
     end
    
     function Arthas_talk2(pUnit,Event)
      pUnit:SendChatMessage(12, 0, "He is trying to stop us... so I need your help.")
     end
    
     function Arthas_talk3(pUnit,Event)
      pUnit:SendChatMessage(12, 0, "I want you kill him, make him feel the might of the Deathknight!")
     end
    
     function Arthas_talk4(pUnit,Event)
      pUnit:SendChatMessage(12, 0, "I trust in you... So go now... And Welcome to Northrend!")
     end
    
    function Arthas_Despawn(pUnit,Event)
      pUnit:SendChatMessage(12, 0, "Farewell, for now.")
      pUnit:Despawn(2000, 0)
        x=pUnit:GetX();
        y=pUnit:GetY();
        z=pUnit:GetZ();
        o=pUnit:GetO();
      pUnit:SpawnCreature(IDHERE, x, y, z, o, 35, 0) --- ID of the DK 
     end
    
    RegisterUnitGossipEvent(IDHERE, 1, "Arthas_OnGossipTalk")
    RegisterUnitGossipEvent(IDHERE, 2, "Arthas_OnGossipSelect")
    Members
    *Edude
    *Nymphx
    *stoneharry

    frosteam - Revision 27
    Last edited by Edude; 11-28-2008 at 02:42 PM.

    [FrostTeam]DeathKnight Welcomer
  2. #2
    cristi13's Avatar Banned
    Reputation
    13
    Join Date
    May 2008
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks , another great release from you and your team (: +Rep

    EDIT : Omg must spread TT

  3. #3
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like always bro +Rep but probley gotta spread keep repping you Lawl!
    Immortal GamerZ Under Development!

  4. #4
    ~lonewolf~'s Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is very nice, thanks man!

    Keep up the wonderful work

    +rep

  5. #5
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol bro lemme help you out wit some of dis I know some LUA but only a lil...Lets get together read the post I posted on the Team!
    Immortal GamerZ Under Development!

  6. #6
    Nymphx's Avatar Active Member
    Reputation
    83
    Join Date
    Sep 2008
    Posts
    212
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice script ... FrostTeam; becoming a competetor

    +Rep, because I can!
    Last edited by Nymphx; 11-28-2008 at 06:11 PM.

  7. #7
    Edude's Avatar Member
    Reputation
    98
    Join Date
    Jul 2008
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nymphx is right! LOL

    We are now at revision 27 ^^

Similar Threads

  1. Welcome to Items and Quests Discussion
    By Alkhara Majere in forum WoW Items & Quests
    Replies: 3
    Last Post: 09-17-2016, 06:44 PM
  2. Deathknight model without horse
    By Raijin in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 11-02-2006, 12:41 PM
  3. Please welcome the newest MMOwned Supermod!
    By Tory in forum Community Chat
    Replies: 7
    Last Post: 10-01-2006, 12:09 PM
  4. very old ZG exploit back up...welcome back old friend
    By TMK in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 09-02-2006, 11:04 PM
  5. Welcome the newest moderator.. Dwarpy
    By Matt in forum OC News
    Replies: 5
    Last Post: 05-20-2006, 02:42 AM
All times are GMT -5. The time now is 11:12 PM. 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