How To Make NPC's Move Around! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How To Make NPC's Move Around!

    Are you bored of Standing NPC's just standing and does nothing?
    Then ur on the right thread! Welcome to my Guide on how to make an NPC move around!


    This Guide Contains:

    - Step By Step How to add Waypoints and choose waittime
    - Extras: How to make the NPC Wield weapons and mount any NPC!
    - Guide on How to make the NPC <-------- A Link to my other Guide
    - List over commands for Waypoints! <-------- Check the Bottom!


    Follow this Step by Step Easy Guide:

    Step 1:
    Start by Making your NPC or use one you already made.
    If you dont have any NPC then follow this guide:
    http://www.mmowned.com/forums/ascent...ml#post1352525


    Step 2:
    Open Up Your server and login with your account.
    Start by going to the place where you want or spawned the NPC.
    Click on the NPC. Now start by using Commands. Use theese:
    Code:
    -------Waypoint-------
    
    .waypoint add
    .waypoint addfly
    The ".waypoint addfly" command is if you want an NPC Flying around in the Air.



    Step 3:
    Now The NPC will move to the place where you are standing. Remember!: The NPC will only walk/fly in your direction so stand where you want the NPC to walk. Now You can add as many Waypoints as you want and wherever you want.

    Step 4:
    Now The NPC will stand on the Waypoint For a special time. You can change this time by following this step.

    Click on the NPC after adding waypoints. Use the following command:
    Code:
    .waypoint show
    Now alot of shaded figures of the NPC will show on the screen. Click on the ones you want to change the waittime on.
    When you selected the Waypoint use your commands.
    Code:
    -------Waypoint Waittime-------
    .waypoint waittime X
    Replace the X with a number. Now remember that 1000 is 1 second. so if you write in 5000 it will be staying on the waypoint for 5 seconds. You can do this with Fly Waypoints and Ground waypoints.
    If you want the NPC to walk instant from the waypoint then use the same command.
    Code:
    .waypoint waittime X
    Now if you want the instant walk then replace the X with 0.

    ~~~Extras~~~

    Step 5:
    If You want the NPC to Walk Faster then change the "walk speed" in Creature proto on the NPC. if you want it to run like an Epic Mount then use 14. If you want normal Run speed use 7. If you want Epic Mount Fly Speed use 21.
    You can also make the NPC Mount or wield Weapons.

    This will be done inside the "creature_spawns" table.
    First spawn the NPC inside ur server. Now go to the creature_spawns table as i told you and fill out some of the menues. The Menues are going to be all the 4 last. theese will be: "mountdisplayid" , "slot1item" , "slot2item" , "slot3item". Follow this:

    Code:
    ~~~~~Weapon and Mount~~~~~
    
    - mountdisplayid - Fill out the Displayid of any NPC here. The NPC will Mount the NPC's Displayid.
    
    - slot1item to slot3item - Put in the EntryID Not the DisplayID of the weapon. The slot1item will be Main-Hand, slot2item will be off-hand and slot3item will be Ranged Weapon like Bows or guns.


    Waypoint - Full Command List:

    Code:
     -----Waypoint Command List-----
    
        * waypoint (w)
              o add (w) - [Add wp at current pos]
              o show (w) - [Show wp's for creature]
              o hide (w) - [Hide wp's for creature]
              o delete (w) - [Delete selected wp]
              o movehere (w) - [Move to this wp]
              o flags (w) - [Wp flags]
              o waittime (w) - [Wait time at this wp]
              o emote (w) - [Emote at this wp]
              o skin (w) - [Skin at this wp]
              o change (w) - [Change at this wp]
              o info (w) - [Show info for wp]
              o movetype (w) - [Movement type at wp]
              o generate (w) - [Randomly generate wps]
              o save (w) - [Save all waypoints]
              o deleteall (w) - [Delete all waypoints]
              o addfly (w) - [Adds a flying waypoint]



    Now i Hope this Guide Helped You People. If This is a Repost Then Post The Link. Thank You and Enjoy your New Walking NPC!


    :wave:
    Last edited by sasoritail; 02-14-2009 at 10:16 AM.
    It's been a while

    How To Make NPC's Move Around!
  2. #2
    ~Jagris's Avatar Contributor
    Reputation
    154
    Join Date
    Apr 2007
    Posts
    1,479
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice had no idea about the waypoint wait.
    PS, Need to spread teh reps
    PPS FIRST
    Last edited by ~Jagris; 02-14-2009 at 09:37 AM.


  3. #3
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ~Jagris View Post
    Nice had no idea about the waypoint wait.
    PS, Need to spread teh reps
    Lol. You can Do alot with Waypoints. not just make them walk but also make them laugh and things when it comes to one special Waypoint u choose
    It's been a while

  4. #4
    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)
    very nice guide easy to understand

  5. #5
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by svedin View Post
    very nice guide easy to understand
    U think everything is easy Svedin

    Well ty for nice feedback
    It's been a while

  6. #6
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    37 Views and 2 Reply =/
    It's been a while

  7. #7
    ~Jagris's Avatar Contributor
    Reputation
    154
    Join Date
    Apr 2007
    Posts
    1,479
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Extra reply rawr, where is my cookie? Also, Svedin love the name love the post bleh


  8. #8
    Xeno43's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome. Gonna help me alot with my Mall lol... Thanks

  9. #9
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xeno43 View Post
    Awesome. Gonna help me alot with my Mall lol... Thanks
    Glad to help ^^
    It's been a while

  10. #10
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool mate, +Rep.
    Death to all but Metal.

  11. #11
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alj03 View Post
    Cool mate, +Rep.
    ty alj03.

    Hope u like it ^^
    :wave:
    It's been a while

  12. #12
    keeevin92's Avatar Member
    Reputation
    8
    Join Date
    Jul 2007
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there isnt a mountdisplay id anymore like in keazain repack there isnt.

  13. #13
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by keeevin92 View Post
    there isnt a mountdisplay id anymore like in keazain repack there isnt.
    Did U check the creature_spawns Table?
    Thats Where it should be in all Ascent/ArcEmu servers.

    Well first u have to actually spawn your NPC
    It's been a while

  14. #14
    abhorsenjay's Avatar Contributor
    Reputation
    254
    Join Date
    Sep 2008
    Posts
    329
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good guide, had no idea about waypoints prior to this.

  15. #15
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abhorsenjay View Post
    Good guide, had no idea about waypoints prior to this.
    Hehehe.
    You Can do more than this.
    This is just one kind of making Waypoints special. You Can Make The Say or Yell Things When They Get To a Selected Waypoint. Waypoints Can Be Used To Alot of Advanced Things.
    Hope u liked it
    It's been a while

Page 1 of 2 12 LastLast

Similar Threads

  1. [Question] How to make npc dance
    By Ellenor in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 09-26-2008, 01:06 AM
  2. How to make NPC Visible to GMs only
    By Silentnvd in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 08-06-2008, 03:06 PM
  3. LUA help, how to make npc cast a spell at a certain HP???
    By pioneer1337 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-30-2008, 06:27 PM
  4. [GUIDE]:How to make npc drop item!
    By Kazard123 in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 03-06-2008, 05:32 PM
  5. how to make NPC quest drops
    By komothoes in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-29-2008, 12:58 PM
All times are GMT -5. The time now is 10: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