Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] <@!484433654609608726> Well, thats what i dont understand.. Let say for example, i want to put Dodge

[DiscordArchive] <@!484433654609608726> Well, thats what i dont understand.. Let say for example, i want to put Dodge

[DiscordArchive] <@!484433654609608726> Well, thats what i dont understand.. Let say for example, i want to put Dodge

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
10-05-2021, 06:49 PM
#11
Archived author: Wizz • Posted: 2021-10-05T18:49:33.444000+00:00
Original source

Oh, so if i wanna put dodge value like 1500, i have to put on 255 table 1500 ?
rektbyfaith
10-05-2021, 06:49 PM #11

Archived author: Wizz • Posted: 2021-10-05T18:49:33.444000+00:00
Original source

Oh, so if i wanna put dodge value like 1500, i have to put on 255 table 1500 ?

rektbyfaith
Administrator
0
10-05-2021, 06:51 PM
#12
Archived author: Drooppi • Posted: 2021-10-05T18:51:17.198000+00:00
Original source

My understanding is that putting value 300 to 1 would make an item like https://tbc.wowhead.com/item=27804/devilshark-cape give 18% dodge at any level above 100. But that can be fundamentally wrong
[Embed: Devilshark Cape]
This blue cloak of item level 115 goes in the "Back" slot. It is looted from Warlord Kalithresh. In the Cloaks category. Added in World of Warcraft: The Burning Crusade.
https://tbc.wowhead.com/item=27804/devilshark-cape
rektbyfaith
10-05-2021, 06:51 PM #12

Archived author: Drooppi • Posted: 2021-10-05T18:51:17.198000+00:00
Original source

My understanding is that putting value 300 to 1 would make an item like https://tbc.wowhead.com/item=27804/devilshark-cape give 18% dodge at any level above 100. But that can be fundamentally wrong
[Embed: Devilshark Cape]
This blue cloak of item level 115 goes in the "Back" slot. It is looted from Warlord Kalithresh. In the Cloaks category. Added in World of Warcraft: The Burning Crusade.
https://tbc.wowhead.com/item=27804/devilshark-cape

rektbyfaith
Administrator
0
10-05-2021, 06:52 PM
#13
Archived author: Titi • Posted: 2021-10-05T18:52:26.728000+00:00
Original source

base dodge is because of the base agility I think
rektbyfaith
10-05-2021, 06:52 PM #13

Archived author: Titi • Posted: 2021-10-05T18:52:26.728000+00:00
Original source

base dodge is because of the base agility I think

rektbyfaith
Administrator
0
10-05-2021, 06:52 PM
#14
Archived author: Titi • Posted: 2021-10-05T18:52:36.592000+00:00
Original source

u wanna reduce agility, or dodge agi scaling
rektbyfaith
10-05-2021, 06:52 PM #14

Archived author: Titi • Posted: 2021-10-05T18:52:36.592000+00:00
Original source

u wanna reduce agility, or dodge agi scaling

rektbyfaith
Administrator
0
10-05-2021, 06:53 PM
#15
Archived author: Wizz • Posted: 2021-10-05T18:53:14.443000+00:00
Original source

Is there a way to add this on worldconf ?
rektbyfaith
10-05-2021, 06:53 PM #15

Archived author: Wizz • Posted: 2021-10-05T18:53:14.443000+00:00
Original source

Is there a way to add this on worldconf ?

rektbyfaith
Administrator
0
10-05-2021, 06:53 PM
#16
Archived author: Wizz • Posted: 2021-10-05T18:53:15.206000+00:00
Original source

###################################################################################################
# STATS LIMITS
#
# Stats.Limits.Enable
# Description: Enable or disable stats system
# Default: 0 - Disabled

Stats.Limits.Enable = 0

#
# Stats.Limit.[STAT]
# Description: Set percentage limit for dodge, parry, block and crit rating
# Default: 95.0 (95%)

Stats.Limits.Dodge = 95.0
Stats.Limits.Parry = 95.0
Stats.Limits.Block = 95.0
Stats.Limits.Crit = 95.0

#
###################################################################################################
rektbyfaith
10-05-2021, 06:53 PM #16

Archived author: Wizz • Posted: 2021-10-05T18:53:15.206000+00:00
Original source

###################################################################################################
# STATS LIMITS
#
# Stats.Limits.Enable
# Description: Enable or disable stats system
# Default: 0 - Disabled

Stats.Limits.Enable = 0

#
# Stats.Limit.[STAT]
# Description: Set percentage limit for dodge, parry, block and crit rating
# Default: 95.0 (95%)

Stats.Limits.Dodge = 95.0
Stats.Limits.Parry = 95.0
Stats.Limits.Block = 95.0
Stats.Limits.Crit = 95.0

#
###################################################################################################

rektbyfaith
Administrator
0
10-05-2021, 06:53 PM
#17
Archived author: Wizz • Posted: 2021-10-05T18:53:22.642000+00:00
Original source

I see a wiki here
rektbyfaith
10-05-2021, 06:53 PM #17

Archived author: Wizz • Posted: 2021-10-05T18:53:22.642000+00:00
Original source

I see a wiki here

rektbyfaith
Administrator
0
10-05-2021, 06:53 PM
#18
Archived author: Wizz • Posted: 2021-10-05T18:53:23.348000+00:00
Original source

https://github.com/TrinityCore/TrinityCo...381bc80dd8
[Embed: Stats Limits · TrinityCore/TrinityCore@e185713]
https://github.com/TrinityCore/TrinityCo...381bc80dd8
rektbyfaith
10-05-2021, 06:53 PM #18

Archived author: Wizz • Posted: 2021-10-05T18:53:23.348000+00:00
Original source

https://github.com/TrinityCore/TrinityCo...381bc80dd8
[Embed: Stats Limits · TrinityCore/TrinityCore@e185713]
https://github.com/TrinityCore/TrinityCo...381bc80dd8

rektbyfaith
Administrator
0
10-05-2021, 07:09 PM
#19
Archived author: Wizz • Posted: 2021-10-05T19:09:26.941000+00:00
Original source

Ok then, another question. How can i deactivate these stats ? Dodge, parry and block ?
rektbyfaith
10-05-2021, 07:09 PM #19

Archived author: Wizz • Posted: 2021-10-05T19:09:26.941000+00:00
Original source

Ok then, another question. How can i deactivate these stats ? Dodge, parry and block ?

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)