[Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    First if u don't wont to do this i could do some for you

    Ok Most of u might would like to know this What i mean is like Your just running around and u have a Custom Mob / Boss and then when u Attack it then NPC will say like "Why do u try and kill me" Etc buy it's self w/o using the command .npc say / .npc yell

    Ok well this is done with GM Scripting and well this is how


    Step : 1 > Open a Note Pad

    Step : 2 > Put this in There

    Code:
    global MobName_Event = function(mob)
    {
    	.SendChatMessage("What you wont your NPC to say");
    	.DeregisterTimer();
    };
    	.RegisterUnitEvent(NpcID, 0, MobName_Event);
    Ok everythign in red must be Changed

    First > MobName = The first name of your mob so if i was doing Illidan Stormrage i would put "global Illidan_Event" (Must be Corrected Spelling ,Caps on names Etc)

    Next > Event = The event when you wont your npc to say it so like if u wont him to say it on enter Comback it would look like this "global Illidan_Enter_Combat
    Heree is the Command u must put for them

    On Enter Combat = MobName_Enter_Combat = function(mob)

    On Leave Combat = MobName_Leave_Combat = function(mob)

    On Killed Target = MobName_Killed_Target = function(mob)

    On Died = MobName_Died = function(mob)

    On Spawn = MobName_Spawn = function(mob)

    On Player Enters Range = MobName_Player_Enters_Range = function(mob)

    There is more but i dotn know how to do them ones

    Ok next is > What you wont your NPC to say = Well Put what you wont your Npc to say :wave:

    Next > .RegisterUnitEvent(NpcID, 0, MobName_Event); = the Spawn if of your mob so i
    f i was using Illidan his Spawn id is 22917 so
    i would put .RegisterUnitEvent(22917, 0, MobName_Event);

    Next is > .RegisterUnitEvent(NpcID, 0, MobName_Event); = Put on of theses \/

    1 = On Enter Combat
    2 = On Leave Combat
    3 = On Killed Target
    4 = On Died
    6 = On Spawn
    10 = On Player Enters Range
    What every one your doing it for


    Next > 1 = .RegisterUnitEvent(NpcID, 0, MobName_Event); = You should know that if you Read up a bit

    Ok now Go to File > Save As> For File Name: MobName.gm (MUST have the .gm) For Save As Type : All Files
    And save it to your Desktop for know
    Then > Go into your Server Im using AC Repack so it would be C:\AC Web Ultimate Repack

    And then go into your Ascent or Antrixx Folder and make a Folder called Scripts (If u have it already open it)
    C:\AC Web Ultimate Repack\Ascent\scripts
    C:\AC Web Ultimate Repack\Antrix\scripts

    and then Put your MobName.gm from your Desktop into it and then Close and in your Ascent / Antrix Cmd
    type: reloadscripts / OR in game : .reloadscripts/
    Or Restart your Server and then your Done Good luck

    if u need any Help Or for me to Script 1 for you PM me
    Last edited by Illidan1; 10-31-2007 at 04:41 AM.

    [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont
  2. #2
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    or make it say stuff in the npc_text or npc_monstersay tables i think
    Last edited by Le Froid; 10-05-2007 at 06:56 AM.

  3. #3
    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)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    Sorry but this was posted on AC Web before... Link

  4. #4
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    Lol that was buy me my name is killuallnow1 on ac web and illidan1 is mmowned =)

  5. #5
    Denelly's Avatar Member
    Reputation
    14
    Join Date
    Sep 2007
    Posts
    195
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    can u help me make one?

  6. #6
    damegu's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    It is very helpful

  7. #7
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    Send me a privte msg if u need 1

  8. #8
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    hey dude im launching my server in a few days want to be a scripter?
    If you need me you have my skype, if you don't have my skype then you don't need me.

  9. #9
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    Humm yeha sure y not im bored =)

  10. #10
    Imakepigsfly's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    w00t +rep for u

  11. #11
    Dreadly's Avatar Member
    Reputation
    16
    Join Date
    Aug 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    Would this work for MaNGOS? or just ascent/antrix?

  12. #12
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    Yes it works for Mangoes cheak out these Guides from me \/
    Heep os GM Scripting Guides

  13. #13
    Herzeleid's Avatar Banned
    Reputation
    77
    Join Date
    May 2007
    Posts
    820
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    Very Nice guide. Try and seperate them more so you can get repped lol.

    I'm owing you about 10 right now.
    I Wonder why Errage, Dragonsky, and Conflag Pretend to Be Girls. Little Creepy in my Opinion.

  14. #14
    Kaygee's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    Nice... i have seen a lot of guides from you, are you making them?
    :noquestions:

  15. #15
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Making a Npc Talk [Scripting] (I can do some Scripts for you if u wont

    Yes, i am making them

Similar Threads

  1. How to make a npc talk at a perent hp (scripting)
    By Despara in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 01-31-2009, 07:46 PM
  2. [Guide] Make a NPC talk. No Scripting.
    By nether drake in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 10-30-2008, 12:54 PM
  3. how do i make a npc talk
    By edded in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 07-01-2008, 10:44 PM
  4. how to make a npc talk/cast Mangos
    By hotandsekc in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 06-11-2008, 09:12 PM
  5. [GM Scripting] Making a npc Talk at a % of Health Points
    By Illidan1 in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 11-10-2007, 06:34 PM
All times are GMT -5. The time now is 09:32 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