PDA

View Full Version : need info bout sleeper


gendiin
02-09-2004, 09:38 AM
wats the number for the sleepers db spawn and the plane gods numbers if anyone can tell me

samandhi
02-09-2004, 01:38 PM
If you get EqAdmin, you should be able to find it yourself.

Muuss
02-09-2004, 08:21 PM
launch a mysql console (like you would do if you wanted to source a db.sql)

then type :

select spawn2.id from spawn2,npc_types,spawnentry where npc_types.name like '%sleeper%' and spawnentry.npcID=npc_types.id and spawnentry.spawngroupID=spawn2.spawngroupID;

ps : i have no DB here, so i haven't tested it :)