diff options
author | Hello TMW <hello@themanaworld.org> | 2024-10-30 18:03:06 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-10-30 18:03:06 +0000 |
commit | ad066a6c3faf848f3fc82c58bfbc8eaa1a422ea4 (patch) | |
tree | 56d6a7bd9cb55bcfcf03555e53428c00634d71df /world/map/npc/magic/_import.txt | |
parent | b63ac45a0596b7e65af091b1b7530a82f0ffd36a (diff) | |
download | serverdata-ad066a6c3faf848f3fc82c58bfbc8eaa1a422ea4.tar.gz serverdata-ad066a6c3faf848f3fc82c58bfbc8eaa1a422ea4.tar.bz2 serverdata-ad066a6c3faf848f3fc82c58bfbc8eaa1a422ea4.tar.xz serverdata-ad066a6c3faf848f3fc82c58bfbc8eaa1a422ea4.zip |
Bosspowers overhaul - new spells, fixes, tweaks,...
**NOTE: depends on** https://git.themanaworld.org/legacy/serverdata/-/merge_requests/814 to be merged before it.
(uses TeleportManager features to open warps - otherwise mapserver would fail to start)
Rather big BossPowers (pseudo)spells pack including tweaks/fixes/new features:
* #totheabyss/#tothecrypt: Randomize warp times so players see each other teleporting.
* #totheabyss/#tothecrypt: Hopefully fix DCs and boss sudden deaths on teleport.
* #tormenta: try to restore original class of caster on timeout and visuals.
* bosspowers checks: small changes to how it done and unification with TeleportManager.
** Eventer flag is IS_EVENTER in both.
** DENY is PER ACCOUNT (#BP_DISABLE) - otherwise ppl can bypass DENY flag by creating new char.
* Extras: few functions for magic refactors (used by multitarget lightning, WIP).
* #mappoison: reduce cooldown.
* #headshot: reduce cooldown and slow player on hit.
* #mapmanadrain: reduce cooldown.
* #maplifedrain: reduce cooldown.
* #grenades: nearly stun players for short time + reduce cooldown.
* #mapmassslow: new spell, does what advertised, makes boss considerably more scary.
* New pseudospell, #bossflee. Example: #bossflee 070-1 25 25
(lets boss to escape in a stylish manner, opening transient teleport)
Diffstat (limited to 'world/map/npc/magic/_import.txt')
-rw-r--r-- | world/map/npc/magic/_import.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/magic/_import.txt b/world/map/npc/magic/_import.txt index 4c5dc1ed..395bbd96 100644 --- a/world/map/npc/magic/_import.txt +++ b/world/map/npc/magic/_import.txt @@ -56,3 +56,5 @@ npc: npc/magic/event-boss-powerup-tothecrypt.txt npc: npc/magic/event-boss-powerup-disarm.txt npc: npc/magic/event-boss-powerup-grenades.txt npc: npc/magic/event-boss-powerup-headshot.txt +npc: npc/magic/event-boss-powerup-massslow.txt +npc: npc/magic/event-boss-powerup-flee.txt |