RESOURCES HUB
Premium
Description
Yang and Object Rain is an example system that spawns falling yang around the player. The same concept can be extended to objects or other item vnums.
How it works
- Server-side Lua accepts a custom spawn range.
- The quest spawns the selected vnum around the player.
- Client-side item behavior controls fall height and speed from UserInterface/PythonItem.cpp.
Adjustable parts
- Spawn amount.
- Spawn duration.
- Fall height.
- Fall speed.
Download
GitHub Repository