[DiscordArchive] How would I remove drunk effects or resurrection sickness?
[DiscordArchive] How would I remove drunk effects or resurrection sickness?
Archived author: Ryan Turner • Posted: 2025-04-15T23:34:45.432000+00:00
Original source
I dont recall what's the correct optino in the worldserver to remove the sickness as i had a hardtime understand what it meant.
You can use this addon that tells you the ID of visible buffs and npcs IDs
Archived author: Ryan Turner • Posted: 2025-04-15T23:34:46.312000+00:00
Original source
https://github.com/silverwind/idTip
[Embed: GitHub - silverwind/idTip: WoW Addon: Adds IDs to the ingame tooltips]
WoW Addon: Adds IDs to the ingame tooltips. Contribute to silverwind/idTip development by creating an account on GitHub.
https://github.com/silverwind/idTip
Archived author: Ryan Turner • Posted: 2025-04-15T23:36:03.648000+00:00
Original source
```
# DEATH
#
# Death.SicknessLevel
# Description: Starting level for resurrection sickness.
# Example: 11 - (Level 1-10 characters will not be affected,
# Level 11-19 characters will be affected for 1 minute,
# Level 20-MaxPlayerLevel characters will be affected for 10 minutes)
# Default: 11 - (Enabled, See Example)
# MaxPlayerLevel+1 - (Disabled)
# -10 - (Enabled, Level 1+ characters have 10 minute duration)
```
I think i did 81 and anyoe below dont have ress sickness but i cant check right now
Archived author: Mithria • Posted: 2025-04-15T23:38:09.967000+00:00
Original source
looks like drunk state is entirely handled in the core, no auras. you can remove it with `.mod drunk 0`
Archived author: AVRPearn • Posted: 2025-04-15T23:42:12.673000+00:00
Original source
In the playing window?
Archived author: Mithria • Posted: 2025-04-15T23:45:18.850000+00:00
Original source
its a gm command
Archived author: Mithria • Posted: 2025-04-15T23:45:27.157000+00:00
Original source
modifies the drunken state of the player
Archived author: Mithria • Posted: 2025-04-15T23:45:30.958000+00:00
Original source
accepted values are 0-100
Archived author: AVRPearn • Posted: 2025-04-15T23:45:41.425000+00:00
Original source
okay so you type that into the playing window
Archived author: Mithria • Posted: 2025-04-15T23:45:42.417000+00:00
Original source
iirc every drunk state is a range of 25