Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] do I need to add the module to the .yml?

[DiscordArchive] do I need to add the module to the .yml?

[DiscordArchive] do I need to add the module to the .yml?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
04-17-2025, 10:04 PM
#1
Archived author: RocketManDan1 • Posted: 2025-04-17T22:04:14.730000+00:00
Original source

do I need to add the module to the .yml?
rektbyfaith
04-17-2025, 10:04 PM #1

Archived author: RocketManDan1 • Posted: 2025-04-17T22:04:14.730000+00:00
Original source

do I need to add the module to the .yml?

rektbyfaith
Administrator
0
04-17-2025, 10:11 PM
#2
Archived author: RocketManDan1 • Posted: 2025-04-17T22:11:59.284000+00:00
Original source

I figured it out
rektbyfaith
04-17-2025, 10:11 PM #2

Archived author: RocketManDan1 • Posted: 2025-04-17T22:11:59.284000+00:00
Original source

I figured it out

rektbyfaith
Administrator
0
04-17-2025, 10:12 PM
#3
Archived author: RocketManDan1 • Posted: 2025-04-17T22:12:21.611000+00:00
Original source

For people having this problem in the future, rename mod-solocraft-master to mod-solocraft
rektbyfaith
04-17-2025, 10:12 PM #3

Archived author: RocketManDan1 • Posted: 2025-04-17T22:12:21.611000+00:00
Original source

For people having this problem in the future, rename mod-solocraft-master to mod-solocraft

rektbyfaith
Administrator
0
04-17-2025, 10:15 PM
#4
Archived author: Illu • Posted: 2025-04-17T22:15:33.115000+00:00
Original source

Ahan.. So forced Wotlk... Interesting, might be able to do something with that
Is it easy to disable :
- The Northrend Zepplin and Boat area of stormwind
- The Burning Crusade Portal
- The new Northrend Naxxramas, to keep only the old classic one?
- Make Release patches ( like patch 1.3, then 1.6 etc ?? )
rektbyfaith
04-17-2025, 10:15 PM #4

Archived author: Illu • Posted: 2025-04-17T22:15:33.115000+00:00
Original source

Ahan.. So forced Wotlk... Interesting, might be able to do something with that
Is it easy to disable :
- The Northrend Zepplin and Boat area of stormwind
- The Burning Crusade Portal
- The new Northrend Naxxramas, to keep only the old classic one?
- Make Release patches ( like patch 1.3, then 1.6 etc ?? )

rektbyfaith
Administrator
0
04-17-2025, 10:15 PM
#5
Archived author: Illu • Posted: 2025-04-17T22:15:57.864000+00:00
Original source

Sorry for asking "deep" questions
rektbyfaith
04-17-2025, 10:15 PM #5

Archived author: Illu • Posted: 2025-04-17T22:15:57.864000+00:00
Original source

Sorry for asking "deep" questions

rektbyfaith
Administrator
0
04-17-2025, 10:16 PM
#6
Archived author: Illu • Posted: 2025-04-17T22:16:56.961000+00:00
Original source

I'm asking this as a junior developer ( I've got basic dev skills : bash/zsh, sql, js, pythong, C#, and some other stuff )
rektbyfaith
04-17-2025, 10:16 PM #6

Archived author: Illu • Posted: 2025-04-17T22:16:56.961000+00:00
Original source

I'm asking this as a junior developer ( I've got basic dev skills : bash/zsh, sql, js, pythong, C#, and some other stuff )

rektbyfaith
Administrator
0
04-17-2025, 10:31 PM
#7
Archived author: Ryan Turner • Posted: 2025-04-17T22:31:36.634000+00:00
Original source

If you want the vanilla naxxramas you need to patch the client and change dbc values and the script for naxxarams i think.

With eluna you can use https://github.com/55Honey/acore_Zonecheck to forbid areas.

Im not sure how disabling the portal or the transporters work
rektbyfaith
04-17-2025, 10:31 PM #7

Archived author: Ryan Turner • Posted: 2025-04-17T22:31:36.634000+00:00
Original source

If you want the vanilla naxxramas you need to patch the client and change dbc values and the script for naxxarams i think.

With eluna you can use https://github.com/55Honey/acore_Zonecheck to forbid areas.

Im not sure how disabling the portal or the transporters work

rektbyfaith
Administrator
0
04-17-2025, 10:32 PM
#8
Archived author: Illu • Posted: 2025-04-17T22:32:19.385000+00:00
Original source

I heard somewhere that I shouldn't patch anything from
rektbyfaith
04-17-2025, 10:32 PM #8

Archived author: Illu • Posted: 2025-04-17T22:32:19.385000+00:00
Original source

I heard somewhere that I shouldn't patch anything from

rektbyfaith
Administrator
0
04-17-2025, 10:34 PM
#9
Archived author: Ryan Turner • Posted: 2025-04-17T22:34:32.112000+00:00
Original source

Shouldn't or not, is up to you what you patch into your client and server.

Keep in mind big changes to your core lead for us to not be able to assist you e.g in bug reports.

I think https://github.com/ZhengPeiRu21/mod-indi...rogression has naxramams patch as e.g you can probably use this ro look at it how they achieve certain changes.

Note: Patches for client, every client needs it (thats playing)
rektbyfaith
04-17-2025, 10:34 PM #9

Archived author: Ryan Turner • Posted: 2025-04-17T22:34:32.112000+00:00
Original source

Shouldn't or not, is up to you what you patch into your client and server.

Keep in mind big changes to your core lead for us to not be able to assist you e.g in bug reports.

I think https://github.com/ZhengPeiRu21/mod-indi...rogression has naxramams patch as e.g you can probably use this ro look at it how they achieve certain changes.

Note: Patches for client, every client needs it (thats playing)

rektbyfaith
Administrator
0
04-17-2025, 10:36 PM
#10
Archived author: Illu • Posted: 2025-04-17T22:36:05.253000+00:00
Original source

I want to basically play vanilla but with Blood Elves and Draenais, so I'm gonna have to do a lot of changes
rektbyfaith
04-17-2025, 10:36 PM #10

Archived author: Illu • Posted: 2025-04-17T22:36:05.253000+00:00
Original source

I want to basically play vanilla but with Blood Elves and Draenais, so I'm gonna have to do a lot of changes

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