Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] is there a way to get around this? currently im using eluna to learn the spells (from other classes)

[DiscordArchive] is there a way to get around this? currently im using eluna to learn the spells (from other classes)

[DiscordArchive] is there a way to get around this? currently im using eluna to learn the spells (from other classes)

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
09-02-2025, 10:54 AM
#1
Archived author: Inphy • Posted: 2025-09-02T10:54:47.291000+00:00
Original source

is there a way to get around this? currently im using eluna to learn the spells (from other classes) when the character enters the world. Is there a way to permanently learn any spell learnt through .learn?
[Image: image.png?ex=690bd5b7&is=690a8437&hm=133...c4650818c&]
rektbyfaith
09-02-2025, 10:54 AM #1

Archived author: Inphy • Posted: 2025-09-02T10:54:47.291000+00:00
Original source

is there a way to get around this? currently im using eluna to learn the spells (from other classes) when the character enters the world. Is there a way to permanently learn any spell learnt through .learn?
[Image: image.png?ex=690bd5b7&is=690a8437&hm=133...c4650818c&]

rektbyfaith
Administrator
0
09-02-2025, 10:55 AM
#2
Archived author: Mithria • Posted: 2025-09-02T10:55:46.409000+00:00
Original source

there is a setting in worldserver.conf to disable that validation check. However, the proper way would be to edit the dbc files so that those skills are not invalid for the race/class combination.
rektbyfaith
09-02-2025, 10:55 AM #2

Archived author: Mithria • Posted: 2025-09-02T10:55:46.409000+00:00
Original source

there is a setting in worldserver.conf to disable that validation check. However, the proper way would be to edit the dbc files so that those skills are not invalid for the race/class combination.

rektbyfaith
Administrator
0
09-02-2025, 10:56 AM
#3
Archived author: Inphy • Posted: 2025-09-02T10:56:32.009000+00:00
Original source

is there any problem disabling the check for a solo player like me? i cant thought of one.
rektbyfaith
09-02-2025, 10:56 AM #3

Archived author: Inphy • Posted: 2025-09-02T10:56:32.009000+00:00
Original source

is there any problem disabling the check for a solo player like me? i cant thought of one.

rektbyfaith
Administrator
0
09-02-2025, 10:57 AM
#4
Archived author: Mithria • Posted: 2025-09-02T10:57:06.145000+00:00
Original source

the reason the check was introduced is there seem to be somewhat uncommon issues where a character wont save to db if they have certain invalid skills
rektbyfaith
09-02-2025, 10:57 AM #4

Archived author: Mithria • Posted: 2025-09-02T10:57:06.145000+00:00
Original source

the reason the check was introduced is there seem to be somewhat uncommon issues where a character wont save to db if they have certain invalid skills

rektbyfaith
Administrator
0
09-02-2025, 10:57 AM
#5
Archived author: Inphy • Posted: 2025-09-02T10:57:34.707000+00:00
Original source

ah, that sucks. Even using .save the same issue can occur?
rektbyfaith
09-02-2025, 10:57 AM #5

Archived author: Inphy • Posted: 2025-09-02T10:57:34.707000+00:00
Original source

ah, that sucks. Even using .save the same issue can occur?

rektbyfaith
Administrator
0
09-02-2025, 10:57 AM
#6
Archived author: Mithria • Posted: 2025-09-02T10:57:55.056000+00:00
Original source

im not sure, i havent encountered the issue ever
rektbyfaith
09-02-2025, 10:57 AM #6

Archived author: Mithria • Posted: 2025-09-02T10:57:55.056000+00:00
Original source

im not sure, i havent encountered the issue ever

rektbyfaith
Administrator
0
09-02-2025, 10:59 AM
#7
Archived author: Inphy • Posted: 2025-09-02T10:59:24.321000+00:00
Original source

I think this refers when you edit the dbc and make custom new spells.
[Image: image.png?ex=690bd6cc&is=690a854c&hm=e08...a0346b5d8&]
rektbyfaith
09-02-2025, 10:59 AM #7

Archived author: Inphy • Posted: 2025-09-02T10:59:24.321000+00:00
Original source

I think this refers when you edit the dbc and make custom new spells.
[Image: image.png?ex=690bd6cc&is=690a854c&hm=e08...a0346b5d8&]

rektbyfaith
Administrator
0
09-02-2025, 11:01 AM
#8
Archived author: Inphy • Posted: 2025-09-02T11:01:28.578000+00:00
Original source

it solved my isssue, thank you very much
rektbyfaith
09-02-2025, 11:01 AM #8

Archived author: Inphy • Posted: 2025-09-02T11:01:28.578000+00:00
Original source

it solved my isssue, thank you very much

rektbyfaith
Administrator
0
09-02-2025, 11:06 AM
#9
Archived author: Mithria • Posted: 2025-09-02T11:06:43.780000+00:00
Original source

No, the dbc files enforce rules on certain skills and spells, restricting them to class/race combos. If a player learns something that *should* require a dbc edit to allow, but they don't do the dbc edit, there is a bug that can occur where this would cause an error during the saving process of the character resulting in them not being saved to db ever.

An example is giving dual-wield to a class that normally can't dual wield. This one has had multiple reports for issues in the past.
rektbyfaith
09-02-2025, 11:06 AM #9

Archived author: Mithria • Posted: 2025-09-02T11:06:43.780000+00:00
Original source

No, the dbc files enforce rules on certain skills and spells, restricting them to class/race combos. If a player learns something that *should* require a dbc edit to allow, but they don't do the dbc edit, there is a bug that can occur where this would cause an error during the saving process of the character resulting in them not being saved to db ever.

An example is giving dual-wield to a class that normally can't dual wield. This one has had multiple reports for issues in the past.

rektbyfaith
Administrator
0
09-02-2025, 11:21 AM
#10
Archived author: Ser_Quorthon • Posted: 2025-09-02T11:21:02.700000+00:00
Original source

Is keira or spell editor better for creating items?

I noticed they both can do it. Keira kinda broke my character when editing stuff
rektbyfaith
09-02-2025, 11:21 AM #10

Archived author: Ser_Quorthon • Posted: 2025-09-02T11:21:02.700000+00:00
Original source

Is keira or spell editor better for creating items?

I noticed they both can do it. Keira kinda broke my character when editing stuff

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