NPCs and how to Control them menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    NPCs and how to Control them

    Ok here i will show you how to spawn a npc, add weapons to it and make it walk.


    First we spawn an NPC. I use a Death Knight for this:
    Code:
    .npc spawn 28934 1
    Now you got the NPC spawn. Now i think you want a weapon.
    for that i use Thunderfury, Blessed Blade of the Windseeker.
    first target NPC
    Code:
    .npc equip1 19019
    .npc equip2 19019
    .npc equip3 19019
    Ok equip1 is right hand, equip2 is left and equip3 is Ranged weapons like guns,bows etc etc

    Now you want your npc to walk. target npc and walk a little bit and add a waypoint.
    Code:
    .waypoint add
    keep do that a bit and you learn to show targets waypoint use
    Code:
    .waypoint show
    then you see small chars that looks like your original NPC.
    to delete a waypoint target one of the little waypoints and use
    Code:
    .waypoint delete
    If you want your NPC to dont stay so long on one waypoint
    target the waypoint and use
    .
    Code:
    waypoint waittime 1000
    1000 = 1 second
    10000 = 10 seconds
    to hide waypoints target your NPC and use
    Code:
    .waypoint hide
    Ok try this out a few times and you will soon master it

    the easiest way to do waypoints and stuff is by macros

    Ok now you maybe wants your NPC to do an emote.
    I use dance for this. target your npc and
    Code:
    .npc emote 10
    I dont know all Emote IDs so you have to find them yourself

    Thats the normal NPC stuff for guards etc etc. I dont go into how to add stuff to vendor etc etc here. But if u wants a traveling vendor you can use
    the waypoints
    Last edited by Mitron; 02-23-2009 at 08:19 PM. Reason: Edited a little mistake :)

    ----------------------------------------------------------------

    NPCs and how to Control them
  2. #2
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1 hour old and not even a post ?? omg xD

    ----------------------------------------------------------------

  3. #3
    ScDK's Avatar Contributor
    Reputation
    119
    Join Date
    Dec 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    *a post appears*
    What i would like to know for what emulator the commands are, as i haven't seen or heard of the equip1-3 options until right now.
    If you got info about that, please tell.
    Ah, and Equip3 is most likely your ranged weapon slot, respectively (Gun, Bow, X-bow, Wand)

  4. #4
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok thanks for info bout 3 slot and i used the commands for arcemu. dont know if it works for other emulators to

    ----------------------------------------------------------------

  5. #5
    enegue's Avatar Member
    Reputation
    4
    Join Date
    Oct 2007
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uhh, relax.. 1 hour old... Some people might be busy... Change your font colour will you? Blue is hard to read...

  6. #6
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was joking about the 1 hour lol. And yes i can change font color

    ----------------------------------------------------------------

  7. #7
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thought this needed a Bump

    ----------------------------------------------------------------

  8. #8
    iday's Avatar Member
    Reputation
    10
    Join Date
    Jan 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I thought it was .npc spawn not .go spawn o.0

  9. #9
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iday View Post
    I thought it was .npc spawn not .go spawn o.0

    My bad i often do that when writing fast:crap:. Sorry ill fix it

    ----------------------------------------------------------------

  10. #10
    Pwntzyou's Avatar Contributor
    Reputation
    264
    Join Date
    Dec 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you not post in dark blue on a dark grey back-ground, I don't know if you have looked lately but it is very very hard to read

    <3 MysterioussouL for the sig

  11. #11
    extreme5's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm,great +rep

  12. #12
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't say +rep without giving rep lol

    ----------------------------------------------------------------

  13. #13
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any need of this ?? maybe going to delete. plz tell me

    ----------------------------------------------------------------

  14. #14
    voidka's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found this to be quite useful since i am a beginning GM. I like to fiddle around with the commands, but i could not quite figure out the Emotes and Waypoints. Thanks... +rep ^.^

  15. #15
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx well read carefully and test on a test npc :P

    ----------------------------------------------------------------

Page 1 of 2 12 LastLast

Similar Threads

  1. [Secret] Real Emerald Dream textures and how to turn them on!
    By Xel in forum World of Warcraft Exploration
    Replies: 51
    Last Post: 07-19-2011, 12:52 AM
  2. Ingame Costumes and how to obtain them
    By Mollymus in forum World of Warcraft Guides
    Replies: 15
    Last Post: 04-22-2010, 08:38 AM
  3. List of All Scams and How to Prevent them
    By {CoReY} in forum WoW Scam Prevention
    Replies: 19
    Last Post: 04-22-2010, 02:10 AM
  4. Working with SQL Querys and How to Make them!
    By Abdullaah in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 08-08-2009, 07:58 AM
  5. [Guide] How to model edit and how to use them!
    By coldmrn in forum WoW ME Tools & Guides
    Replies: 0
    Last Post: 08-29-2008, 08:23 AM
All times are GMT -5. The time now is 06:42 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