View Single Post
  #10  
Old 01-26-2003, 03:53 PM
ozme
Sarnak
 
Join Date: Dec 2002
Location: Laurinburg, NC
Posts: 62
Default wondering npc's

Wondering npc's are easy to add
there is a forum on this but ill try to make a simple explenation on all of this

frist you need to make a grid the slantax for it is

#grid add gridnum wondertype pausetype

for pause and wondertype i ususaly just use 2 which is random
so to make your first grid you would type

#grid add 1 2 2

next click on the npc you want to add the grid to then type

#Gassign 1

the 1 is the number of the grid
next you need to add some waypoints
the slantax for adding waypoints is

#wp add gridnum pauselenth wpnum

so to add your first wp you would type

#wp add 1 15 1

the next wp would look like this

#wp add 1 15 2

you can change the pause type also

hope this helps some of you i know the other forum says to repop the zone but sometimes that does somthing to my database so i reccomend zoning out and then zoning back in make sure you dont assign 2 mobs the the same grid this will cause zone to crash