View Single Post
  #2  
Old 11-29-2012, 10:15 AM
Caryatis
Dragon
 
Join Date: May 2009
Location: Milky Way
Posts: 539
Default

Seems pretty useless, one would hope that you could just remember npcedit and advnpcspawn removegroupspawn... or like make hotkeys.

Quote:
$client->Message(300, "STEP 1: Type #spawn (name) to create an npc where you are standing.");
$client->Message(300, "STEP 2: Target the NPC and type '#advnpcspawn maketype' to add the NPC to the database. Take note of the npc_type ID");
$client->Message(300, "STEP 3: Type '#advnpcspawn makegroup (name)' to create a new spawngroup. Take note of the Group ID");
$client->Message(300, "STEP 4: Type '#advnpcspawn addgroupentry Group_ID NPC_Type ID chance'. Chance = 100 if making a single mob spawn.");
$client->Message(300, "STEP 5: Type '#advnpcspawn addgroupspawn Group_ID' to create the spawn where you are standing.");
Is possibly the most convoluted, backwards way to spawn an npc I have ever seen.
Reply With Quote