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:
The ".waypoint addfly" command is if you want an NPC Flying around in the Air.Code:-------Waypoint------- .waypoint add .waypoint addfly
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:
Now alot of shaded figures of the NPC will show on the screen. Click on the ones you want to change the waittime on.Code:.waypoint show
When you selected the Waypoint use your commands.
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.Code:-------Waypoint Waittime------- .waypoint waittime X
If you want the NPC to walk instant from the waypoint then use the same command.
Now if you want the instant walk then replace the X with 0.Code:.waypoint waittime X
~~~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: