suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 10 forks source link

Random portal Spawner #2562

Open jacobjgrant opened 1 month ago

jacobjgrant commented 1 month ago

I would like to create a random portal system so that random instance portals are spawned over the map area like the mobs or harvestable items.

When the portal is used up, its destroyed and a new one is randomly spawned in.

Can anyone help with this?

insthync commented 1 month ago

Seems like it must have randomed warp portal entity, and a instanced map-server for that, right?

jacobjgrant commented 1 month ago

Not sure mate. This is why I was asking. I didn't know what would be the best way to attack this. Any help is appreciated.