RegisterServerHook question menu

User Tag List

Results 1 to 3 of 3
  1. #1
    sora2810's Avatar Private
    Reputation
    2
    Join Date
    Nov 2010
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    RegisterServerHook question

    Hi, I wanted to make a script that, when a someone makes a new character, after 2 seconds, the npc in front of him says "Come here." I can't figure out how to do this. I appreciate all the help.

    RegisterServerHook question
  2. #2
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Code:
    function zzz_OnFirstEnterWorld(event, player)
        RegisterTimedEvent("PART_TWOzz", 2000, 1, player)
    end
    
    function PART_TWOzz(player)
        if player ~= nil then
        player:GetCreatureNearestCoords(x, y, z, npcid):SendChatMessage(12,0,"Come to me.")
        end
    end
    
    RegisterServerHook(3, "zzz_OnFirstEnterWorld")

  3. #3
    sora2810's Avatar Private
    Reputation
    2
    Join Date
    Nov 2010
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    Code:
    function zzz_OnFirstEnterWorld(event, player)
        RegisterTimedEvent("PART_TWOzz", 2000, 1, player)
    end
    
    function PART_TWOzz(player)
        if player ~= nil then
        player:GetCreatureNearestCoords(x, y, z, npcid):SendChatMessage(12,0,"Come to me.")
        end
    end
    
    RegisterServerHook(3, "zzz_OnFirstEnterWorld")
    Thanks! It helped!

Similar Threads

  1. Model Changing Question
    By MasterYuke in forum World of Warcraft General
    Replies: 6
    Last Post: 09-17-2006, 09:56 PM
  2. Couple Private Server questions
    By Jboz in forum World of Warcraft General
    Replies: 21
    Last Post: 07-26-2006, 07:37 PM
  3. Sorry..newb mail question
    By nolbishop in forum World of Warcraft General
    Replies: 2
    Last Post: 06-07-2006, 07:21 PM
  4. Question..
    By janzi9 in forum Community Chat
    Replies: 3
    Last Post: 04-02-2006, 10:20 AM
  5. A GALB question
    By bassman in forum World of Warcraft General
    Replies: 4
    Last Post: 03-28-2006, 09:49 AM
All times are GMT -5. The time now is 11:40 AM. 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