MUME / MMapper

🧙‍♂️MMapper is a graphical client designed for the MUME (Multi-Users in Middle-earth) game
https://mume.github.io/MMapper/
GNU General Public License v2.0
35 stars 26 forks source link

Countdown timers #279

Open Kaspar-Metsa opened 1 year ago

Kaspar-Metsa commented 1 year ago

As mentioned by Azazello stuff he misses from Pandora: https://youtu.be/K8u-_kxSN08?t=5462

  1. Blind timer 90sec after you see someone getting blinded - either enemy, mob or ally and it pops up in _blind or _stat or similar.
  2. Other spells: block, armor, shield, sanc, strength, bless etc that tells you how long left with a way to refresh it when switching characters

This way new player doesn't have to make scripts for these things

lachupe commented 1 year ago

I am (slowly) working on this on a branch here https://github.com/lachupe/MMapper/tree/db-addons It's a messy all-in-one-just-testing at the moment, but i do have countdowns, spell effect counters (though not in group manager yet) working. Got to pick the cherries, polish and upstream them back into master.

Kaspar-Metsa commented 1 year ago

@lachupe added this awesome _timer command: https://github.com/MUME/MMapper/pull/283

image

He said spell timers might be coming as well!

nschimme commented 1 year ago

Partially implemented in https://github.com/MUME/MMapper/pull/283