- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Bugtracker
- Assigned To No-one
- Operating System Windows
- Severity Low
- Priority Very Low
- Reported Version 0.7.46 Unreal
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#8077 - casting cleanse give message twice
When you cast cleanse the text
You wash player name with magic from the crystal but you are unable to dispel magic debuffs.
or
You wash player name with magic from the crystal and dispel magic debuffs.
are listed twice in the chat.
Sometimes twice the success text, and then a third time the not successful text.
https://cdn.discordapp.com/attachments/689450776841814078/1335696754267525170/Screenshot_2025-02-02_203114.png?ex=67a11c0a&is=679fca8a&hm=296f0f856a922833d4d2bcf927999f3719736da2fcaa9a954c46d1e6e1596687&
This spell does 4 things in parallel. Tries to dispel:
- Dark Way
- Red, Brown
- Azure and Blue
- Crystal Way
For each is giving you a message. In the future we should improve the message and even better be able to send out one single message. This requires a new scripting capability to modify a string while executing the script, which we do not have today.