Jump to content

Random respawns.


Guest Jennette

Recommended Posts

I looked around and haven't seen this addressed yet.

After running a Mango's test server and playing in a few I have noticed something they all seem to be lacking.

In Mining, Certain nodes such as Truesilver or Titanium are suppose to spawn randomly, instead of the original, Mithral or Saronite, respectfully, when the object is timed for re-spawn.

Are there any plans on implementing said fix?

That also leads to asking, instead of static spawns of ore and herbs is it possible to create a RNG to pick points using a defined x,y net along with the z points giving in the vmaps?

I believe these two things would be a great improvement and push the project closer to emulating retail.

I have done C and mySQL programming for arcEmu and if someone could just point me in the correct direction at what files i would need to start working with that would be a great help.

Thank you for your time.

Link to comment
Share on other sites

Yes random spawns for pools are indeed implemented and also used by UDB for ores (not all yet AFAIK), plants and rare mobs.

Pool means you create a number of spawns (say 300+ locations for herbs) and group them with a limit of how many can be spawned at the same time (for example 40 of those 300).

However random replacement of type A with type B is not very elegant IMHO, while technically possible by using pools of pools, you need to create two spawns (one for each object type) for each location and put each pair in a sub-pool.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use