EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   placeholder... (https://www.eqemulator.org/forums/showthread.php?t=13252)

Cripp 04-20-2004 11:49 AM

placeholder...
 
can someone explain exactly how to make a placeholder spawn?
it would be greatly appreciated :D

RangerDown 04-20-2004 02:32 PM

(1) Make a record in the 'spawngroup' table with a unique id number. The name field can be what you like.

(2) Make records in the 'spawnentry' table, one for each different type of mob that could spawn. The spawngroupid on all records needs to be the one you added in step #1. The npcid needs to be the ID from the 'npc_types' table that represents one of the mobs that can spawn. The chance field is the relative chance for that specific mob to spawn.

(3) Make one or more records in the 'spawn2' table that have the spawngroup ID you added in step #1. By inserting records into this table, you say what zone this spawn group is in, and what loc it's at. From what I can tell, you could conceivably have multiple records with the same spawngroup id.

Cripp 04-20-2004 03:24 PM

awsome, thanks soooo much :D :D :D


All times are GMT -4. The time now is 05:22 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.