Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] How would I remove drunk effects or resurrection sickness?

[DiscordArchive] How would I remove drunk effects or resurrection sickness?

[DiscordArchive] How would I remove drunk effects or resurrection sickness?

Pages (5): Previous 1 2 3 4 5 Next
rektbyfaith
Administrator
0
04-15-2025, 11:34 PM
#31
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
rektbyfaith
04-15-2025, 11:34 PM #31

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

rektbyfaith
Administrator
0
04-15-2025, 11:34 PM
#32
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
rektbyfaith
04-15-2025, 11:34 PM #32

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

rektbyfaith
Administrator
0
04-15-2025, 11:36 PM
#33
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
rektbyfaith
04-15-2025, 11:36 PM #33

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

rektbyfaith
Administrator
0
04-15-2025, 11:38 PM
#34
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`
rektbyfaith
04-15-2025, 11:38 PM #34

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`

rektbyfaith
Administrator
0
04-15-2025, 11:42 PM
#35
Archived author: AVRPearn • Posted: 2025-04-15T23:42:12.673000+00:00
Original source

In the playing window?
rektbyfaith
04-15-2025, 11:42 PM #35

Archived author: AVRPearn • Posted: 2025-04-15T23:42:12.673000+00:00
Original source

In the playing window?

rektbyfaith
Administrator
0
04-15-2025, 11:45 PM
#36
Archived author: Mithria • Posted: 2025-04-15T23:45:18.850000+00:00
Original source

its a gm command
rektbyfaith
04-15-2025, 11:45 PM #36

Archived author: Mithria • Posted: 2025-04-15T23:45:18.850000+00:00
Original source

its a gm command

rektbyfaith
Administrator
0
04-15-2025, 11:45 PM
#37
Archived author: Mithria • Posted: 2025-04-15T23:45:27.157000+00:00
Original source

modifies the drunken state of the player
rektbyfaith
04-15-2025, 11:45 PM #37

Archived author: Mithria • Posted: 2025-04-15T23:45:27.157000+00:00
Original source

modifies the drunken state of the player

rektbyfaith
Administrator
0
04-15-2025, 11:45 PM
#38
Archived author: Mithria • Posted: 2025-04-15T23:45:30.958000+00:00
Original source

accepted values are 0-100
rektbyfaith
04-15-2025, 11:45 PM #38

Archived author: Mithria • Posted: 2025-04-15T23:45:30.958000+00:00
Original source

accepted values are 0-100

rektbyfaith
Administrator
0
04-15-2025, 11:45 PM
#39
Archived author: AVRPearn • Posted: 2025-04-15T23:45:41.425000+00:00
Original source

okay so you type that into the playing window
rektbyfaith
04-15-2025, 11:45 PM #39

Archived author: AVRPearn • Posted: 2025-04-15T23:45:41.425000+00:00
Original source

okay so you type that into the playing window

rektbyfaith
Administrator
0
04-15-2025, 11:45 PM
#40
Archived author: Mithria • Posted: 2025-04-15T23:45:42.417000+00:00
Original source

iirc every drunk state is a range of 25
rektbyfaith
04-15-2025, 11:45 PM #40

Archived author: Mithria • Posted: 2025-04-15T23:45:42.417000+00:00
Original source

iirc every drunk state is a range of 25

Pages (5): Previous 1 2 3 4 5 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)