Angelix 370 Report post Posted July 13, 2022 (edited) Anomaly Tower Description: The map "Anomaly" aims to be an instanced map with tower climb like features. The map is fixed, but the difficulty and monsters on each floor are gradually stronger from the previous floor. Every 5th floor will contain an extra monster that will be a mini-boss and every 10th floor will be a boss floor. Players can enter solo or get help as a team, but only the players that are at that floor level will get the floor completion. Those players at the current floor level will be treated as "main" players and have a set of rewards. Those players not at the current floor level will be treated as "support" players and have a different set of rewards. It can be customized how many players can enter the instance at once just in case. The monsters are chosen at random, they are set within a database so all players can expect the same monsters in that specific floor. The floors are refreshed every month. So if new monsters are added to the lists as future updates, they can appear in lower floors when a new months starts. Too lazy to write everything here, so just have some links directly from GitHub. Links: GitHub GitHub: Customization GitHub: Installation -> Client GitHub: Installation -> Server GitHub: Requirements GitHub: Notes GitHub: Release Edited December 11, 2022 by Angelix 2 2 Quote Share this post Link to post Share on other sites
Angelix 370 Report post Posted December 11, 2022 Updated! Anomaly Tower - Release 1.0.0. 1 Quote Share this post Link to post Share on other sites
Timur 3 Report post Posted January 30 В 11.12.2022 в 09:58, Angelix сказал: Updated! Anomaly Tower - Release 1.0.0. Works great! Thank you for your work!)) Quote Share this post Link to post Share on other sites
Timur 3 Report post Posted January 31 В 11.12.2022 в 09:58, Angelix сказал: Updated! Anomaly Tower - Release 1.0.0. Is it possible to create an NPS top player by the number of floors passed? In order to give them rewards at the end of the month)) Quote Share this post Link to post Share on other sites
Angelix 370 Report post Posted January 31 34 minutes ago, Timur said: Is it possible to create an NPS top player by the number of floors passed? In order to give them rewards at the end of the month)) Yes, it is possible! You'd just have to add functionality and keep a main database file to keep track of all the players, then based off on that, do an internal ranking and then display that on an NPC. Quote Share this post Link to post Share on other sites
Angelix 370 Report post Posted February 25 On 1/30/2023 at 5:08 PM, Timur said: Is it possible to create an NPS top player by the number of floors passed? In order to give them rewards at the end of the month)) So I was thinking of implementing this, and the leaderboard within the NPC shouldn't be an issue, but the reward yes. The leaderboard can be shown, but the whole script itself doesn't reset, so the NPC would show how far a player has gotten through the map's existence. So you can't give out rewards at the end of the month if it's not resetting. Quote Share this post Link to post Share on other sites
Timur 3 Report post Posted February 26 8 часов назад, Angelix сказал: So I was thinking of implementing this, and the leaderboard within the NPC shouldn't be an issue, but the reward yes. The leaderboard can be shown, but the whole script itself doesn't reset, so the NPC would show how far a player has gotten through the map's existence. So you can't give out rewards at the end of the month if it's not resetting. Can you please tell me how to implement a table by the number of waves passed by the players? Quote Share this post Link to post Share on other sites