Lotus Pool
A countdown timer until lotuses and mangoes appear, with a display on the minimap.
Menu locationโ
Visual (ะะธะทัะฐะปั) โ Lotus pool (ะะฐััะตะนะฝ ะปะพัััะพะฒ)
What it doesโ
The script tracks the state of the Lotus Pool and the Mango Tree on the map and shows:
- An icon with a timer above each object right in the game โ how much time is left until the next appearance of lotuses/fruits;
- An icon on the minimap โ highlights the location of the pool/tree (๐ต blue โ lotuses available, ๐ด red โ empty);
- A sound ping and a mark on the minimap โ triggered when there are less than 10 seconds left until lotuses appear.
Timer logicโ
- Lotuses appear every 3 minutes (in Turbo mode โ every 1.5 minutes).
- The timer shows the remaining time as a number (seconds) or in
min:secformat, depending on the setting. - If there are 6 or more lotuses in the stack (the pool is full), the number of stacks is shown instead of the timer, and the icon's rim turns green.
- If there are fewer than 6 stacks, an arc (circle) or radial fill (square) is drawn over the icon, showing the fraction of the elapsed cycle.
Pings on the minimapโ
- The ping and mark are sent automatically when there are โค 10 seconds left until lotuses appear โ visible only to you.
- The ping is not repeated more often than once every 7 seconds per object.
- You can set up to which minute of game time pings are active โ after the threshold time, pings are disabled.
Settingsโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the script completely. |
| Format time | Toggle | On | Show the timer in min:sec format. If disabled โ seconds only. |
| Ping on minimap | Toggle | On | Send a ping and a mark to the minimap when there are โค 10 seconds left until lotuses appear. |
| Disable pings (by time) | Slider | 10 | Disable pings on the minimap after X minutes of game time. Range: 5โ60 min. Shown only when "Ping on minimap" is enabled. |
| Additional size | Slider | 22 | Additional size of the icon and timer. Range: 0โ60. |
| Mode images | Dropdown | Circle | Shape of the time indicator around the icon: Circle โ an arc along the rim; Square โ radial fill. |