Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Anyone know why molten cores player amount reports 20 instead of 40?

[DiscordArchive] Anyone know why molten cores player amount reports 20 instead of 40?

[DiscordArchive] Anyone know why molten cores player amount reports 20 instead of 40?

Pages (3): Previous 1 2 3 Next
rektbyfaith
Administrator
0
10-19-2025, 07:44 PM
#11
Archived author: Kitzunu • Posted: 2025-10-19T19:44:43.814000+00:00
Original source

by default the table is empty
rektbyfaith
10-19-2025, 07:44 PM #11

Archived author: Kitzunu • Posted: 2025-10-19T19:44:43.814000+00:00
Original source

by default the table is empty

rektbyfaith
Administrator
0
10-19-2025, 07:45 PM
#12
Archived author: Kitzunu • Posted: 2025-10-19T19:45:00.786000+00:00
Original source

AC only has 2 or 3 dbc tables with values by default if iirc
rektbyfaith
10-19-2025, 07:45 PM #12

Archived author: Kitzunu • Posted: 2025-10-19T19:45:00.786000+00:00
Original source

AC only has 2 or 3 dbc tables with values by default if iirc

rektbyfaith
Administrator
0
10-19-2025, 07:45 PM
#13
Archived author: Zerken • Posted: 2025-10-19T19:45:45.974000+00:00
Original source

i have no idea what put these 4 entries in here. this is a fairly fresh world db built recently. I have some modules installed but non have any sql that modify that table?
rektbyfaith
10-19-2025, 07:45 PM #13

Archived author: Zerken • Posted: 2025-10-19T19:45:45.974000+00:00
Original source

i have no idea what put these 4 entries in here. this is a fairly fresh world db built recently. I have some modules installed but non have any sql that modify that table?

rektbyfaith
Administrator
0
10-19-2025, 07:46 PM
#14
Archived author: Kitzunu • Posted: 2025-10-19T19:46:01.782000+00:00
Original source

I dont know, maybe some module does
rektbyfaith
10-19-2025, 07:46 PM #14

Archived author: Kitzunu • Posted: 2025-10-19T19:46:01.782000+00:00
Original source

I dont know, maybe some module does

rektbyfaith
Administrator
0
10-19-2025, 07:47 PM
#15
Archived author: Kitzunu • Posted: 2025-10-19T19:47:37.696000+00:00
Original source

I also checked all SQL files in AC. None insert anything to that table
rektbyfaith
10-19-2025, 07:47 PM #15

Archived author: Kitzunu • Posted: 2025-10-19T19:47:37.696000+00:00
Original source

I also checked all SQL files in AC. None insert anything to that table

rektbyfaith
Administrator
0
10-19-2025, 07:48 PM
#16
Archived author: Zerken • Posted: 2025-10-19T19:48:03.394000+00:00
Original source

alright then thanks. I will have to dig deeper to see where the hell this came from.
rektbyfaith
10-19-2025, 07:48 PM #16

Archived author: Zerken • Posted: 2025-10-19T19:48:03.394000+00:00
Original source

alright then thanks. I will have to dig deeper to see where the hell this came from.

rektbyfaith
Administrator
0
10-19-2025, 07:48 PM
#17
Archived author: Kitzunu • Posted: 2025-10-19T19:48:10.507000+00:00
Original source

tip
rektbyfaith
10-19-2025, 07:48 PM #17

Archived author: Kitzunu • Posted: 2025-10-19T19:48:10.507000+00:00
Original source

tip

rektbyfaith
Administrator
0
10-19-2025, 07:48 PM
#18
Archived author: Kitzunu • Posted: 2025-10-19T19:48:11.434000+00:00
Original source

use grep
rektbyfaith
10-19-2025, 07:48 PM #18

Archived author: Kitzunu • Posted: 2025-10-19T19:48:11.434000+00:00
Original source

use grep

rektbyfaith
Administrator
0
10-19-2025, 07:48 PM
#19
Archived author: Zerken • Posted: 2025-10-19T19:48:19.568000+00:00
Original source

true
rektbyfaith
10-19-2025, 07:48 PM #19

Archived author: Zerken • Posted: 2025-10-19T19:48:19.568000+00:00
Original source

true

rektbyfaith
Administrator
0
10-19-2025, 07:50 PM
#20
Archived author: Zerken • Posted: 2025-10-19T19:50:28.131000+00:00
Original source

```grep -r RAID_DIFFICULTY_40PLAYER azerothcore-wotlk/
azerothcore-wotlk/modules/mod-progression-system/src/Bracket_0/sql/world/progression_0_mapdifficulty_dbc.sqlSad34, 409, 0, 604800, 20, 'RAID_DIFFICULTY_40PLAYER'), -- MC - Updated to 25 in the 60_2_2 Bracket
azerothcore-wotlk/modules/mod-progression-system/src/Bracket_0/sql/world/progression_0_mapdifficulty_dbc.sqlSad39, 469, 0, 604800, 25, 'RAID_DIFFICULTY_40PLAYER'), -- BWL
azerothcore-wotlk/modules/mod-progression-system/src/Bracket_0/sql/world/progression_0_mapdifficulty_dbc.sqlSad44, 531, 0, 604800, 25, 'RAID_DIFFICULTY_40PLAYER'); -- AQ40```
rektbyfaith
10-19-2025, 07:50 PM #20

Archived author: Zerken • Posted: 2025-10-19T19:50:28.131000+00:00
Original source

```grep -r RAID_DIFFICULTY_40PLAYER azerothcore-wotlk/
azerothcore-wotlk/modules/mod-progression-system/src/Bracket_0/sql/world/progression_0_mapdifficulty_dbc.sqlSad34, 409, 0, 604800, 20, 'RAID_DIFFICULTY_40PLAYER'), -- MC - Updated to 25 in the 60_2_2 Bracket
azerothcore-wotlk/modules/mod-progression-system/src/Bracket_0/sql/world/progression_0_mapdifficulty_dbc.sqlSad39, 469, 0, 604800, 25, 'RAID_DIFFICULTY_40PLAYER'), -- BWL
azerothcore-wotlk/modules/mod-progression-system/src/Bracket_0/sql/world/progression_0_mapdifficulty_dbc.sqlSad44, 531, 0, 604800, 25, 'RAID_DIFFICULTY_40PLAYER'); -- AQ40```

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