Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-08-2004, 06:47 AM
sandy
Hill Giant
 
Join Date: Oct 2002
Posts: 212
Default eqlive open zones spawn & pathing

I have impressions that in eqlive, spawn & pathing in open zones are different than in closed zones

we have today in eqemu the ability to create spawn points and grids

but in eqlive it seems it doesn't work like this

my impressions are that there is in fact not spawn points in these zones, but spawn areas

I can be wrong but I think it works like this :

there is a spawn area
this area have a spawntable
but there is no defined grids or defined spawn points
when a monster spawn, it seems to be at random locations in this area
then the monster roam, it seems to get a wp randomly in this area

i think it would be possible to implement something like this :
we could define an area with 2 points in the database
for example :
area_id spawngroup_id zone_id x1 y1 z1 x2 y2 z2 spawntime maxspawn

with something like that we would then be able to implement nektulos like zones easily
there will be :
- one area with small spiders/fire beetles/moss snakes
from near the entrance of neriak to the central road
- another area with skeletons, bears, venom snakes in the other side of the road
- another area with kodiaks, high lvl skels in the other side of the river
we would add all the static spawns, like guards, camps
and we would obtain something that would fit exactly how it is working in eqlive and that would be more efficient and easy for worldbuilders

and these areas would be expandable for exemple for quests later
entering an area would be trigger an event
leaving an area too

this would be usable for graveyards too

what do you think about that ?
__________________
Sandy
Reply With Quote
  #2  
Old 05-08-2004, 08:48 AM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

From what I've seen in places like west commons, there are no area spawn points (maybe you are seeing it in another zone?), but rather spawn points that can spawn multiple mobs at a time (ie: where you would see 3 spiderlings floating in mid-air together). I'm sure they use wander grids though.

The emu currently implements wander grids, doesn't it? I haven't really looked at it too much. I don't see why a wander grid would need to be confined to the shape of a rectangle, though. Any convex shape shouldn't be too terrible to make work, I think.

Anyway, even if you did want to create a spawn grid, it doesn't sound too bad. Off the top of my head it seems as though you could do the following.

Create an ordered set of points (x,y,z), used as vertices for the resulting spawn grid. From these points, the server might form triangles (ie: four verticies creates two triangles, six vertices creates four triangles, etc). Store these triangles off somewhere. When it comes time to spawn a mob, pick a triangle at random, and spawn it somewhere between the three vertices of the chosen triangle.

This could be turned into a function to generate a point within a grid, and then applied to wander grids, graveyards, etc.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:52 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3