Thread: Npctype codes
View Single Post
  #4  
Old 09-27-2008, 04:22 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

This can help novices for sure.

However, if you'd like to get an npc_type ID, all you have to do is run this on the SQL database after sourcing it:

Code:
select * from npc_types where name like 'Lady_Vox';
Additionally, give people #findnpctype 'name'

and they will be able to search for these IDs themselves.

No need to experiment to find these IDs.

Additionally, these NPCs will not load in zones you do not have the model for them. IE: Xegony will not spawn in PoJustice, or North Qeynos, they will be what SOE calls a 'doug' model in their beta tests.
Reply With Quote