View Single Post
  #2  
Old 06-11-2002, 06:12 AM
Baltar
Hill Giant
 
Join Date: Jan 2002
Posts: 185
Default

dbspawn2 command allows you to do permanent in
game spawning. It is buggy but can be hacked to work.
One of the problems is that there is no fixedz column in
the spawn table.

type this to add the column:

alter table spawn2 add column fixedz int

It should temporarily fix it. You will still have to reboot your
zone to see the changes though. This ultimately defeats
the purpose of in game spawning.

I recently requested for a #recycle directive which the zone will reread all database data, but not sure when this will be implemented in the next release.

My technique is to #loc my position, create the npc type in FQAdmin,
and insert manually using either Mysql or mysql-front. If mysql
is not your thing i recoment mysql-front because it is almost
identical to FQadmin. DBspawn2 will also work after the table
modifications.
Reply With Quote