View Single Post
Bend3R
Veteran Member
Join Date: Oct 2004
Location: Sweden (Stockholm)
Old 08-23-2005 , 03:18  
Reply With Quote #16

Quote:
Originally Posted by Quetzalcoatl
but do the "monsters" stay still and wait until they see someone or do they go around trying to find them?
you may make a "maps/[mapname]_monster.cfg" file in maps/
for make so monsters spawn every time on the map when you change map

Code:
{ monster/[monstername you precached] delay/[how long time it may respawn] origin/[the place you want it to spawn] }

an exampel on my server (maps/shipwreck_monster.cfg)
Code:
{ monster/bullsquid delay/60 origin/-383 385 -337 } { monster/ichthyosaur delay/60 origin/-192 1329 -481 } { monster/ichthyosaur delay/60 origin/-1508 1235 -495 } { monster/ichthyosaur delay/60 origin/37 -507 -509 } { monster/ichthyosaur delay/60 origin/377 -1699 -484 } { monster/ichthyosaur delay/60 origin/1213 1338 -506 }
Bend3R is offline