Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] what wont get read?

[DiscordArchive] what wont get read?

[DiscordArchive] what wont get read?

Pages (3): Previous 1 2 3 Next
rektbyfaith
Administrator
0
07-31-2025, 03:46 PM
#11
Archived author: Illu • Posted: 2025-07-31T15:46:31.248000+00:00
Original source

right now it has none
rektbyfaith
07-31-2025, 03:46 PM #11

Archived author: Illu • Posted: 2025-07-31T15:46:31.248000+00:00
Original source

right now it has none

rektbyfaith
Administrator
0
07-31-2025, 03:54 PM
#12
Archived author: Illu • Posted: 2025-07-31T15:54:52.089000+00:00
Original source

So I used depricated ones I found in stoneharry's spell editor as id 7887 11584 and 11585
I made the dbc files loaded them into the game ( made the mpq) and I can .learn everything. ( rank 2, 3 and 4 act like it's not an arm warrior spell I guessed it's normal )
Then I added the ability ranks in the database
Then I added the ids in trainer
Loaded the game nothing ( maybe I have to do an mpq for this ? I didn't make an mpq for ability ranks and trainer )
Then earlier you told me I had to go into skillline so I've done that too ( copied rank 1 three times and put it into skilllineabiltiy_dbc, it used to be empty now has 3 lines )
And made the edit into wdbx, made the mpq file loaded the dbc file into the directory, nothing works

( after writing this I realize that the IDs are messed up in skillineabiltiy and that I haven't completed everything like I did on the other one, but again I don't know what to put into minskill and supercedby )
[Image: Screenshot_2025-07-31_175313.png?ex=690c...2abcdd816&]
rektbyfaith
07-31-2025, 03:54 PM #12

Archived author: Illu • Posted: 2025-07-31T15:54:52.089000+00:00
Original source

So I used depricated ones I found in stoneharry's spell editor as id 7887 11584 and 11585
I made the dbc files loaded them into the game ( made the mpq) and I can .learn everything. ( rank 2, 3 and 4 act like it's not an arm warrior spell I guessed it's normal )
Then I added the ability ranks in the database
Then I added the ids in trainer
Loaded the game nothing ( maybe I have to do an mpq for this ? I didn't make an mpq for ability ranks and trainer )
Then earlier you told me I had to go into skillline so I've done that too ( copied rank 1 three times and put it into skilllineabiltiy_dbc, it used to be empty now has 3 lines )
And made the edit into wdbx, made the mpq file loaded the dbc file into the directory, nothing works

( after writing this I realize that the IDs are messed up in skillineabiltiy and that I haven't completed everything like I did on the other one, but again I don't know what to put into minskill and supercedby )
[Image: Screenshot_2025-07-31_175313.png?ex=690c...2abcdd816&]

rektbyfaith
Administrator
0
07-31-2025, 03:55 PM
#13
Archived author: Mithria • Posted: 2025-07-31T15:55:13.712000+00:00
Original source

minskill = 1
rektbyfaith
07-31-2025, 03:55 PM #13

Archived author: Mithria • Posted: 2025-07-31T15:55:13.712000+00:00
Original source

minskill = 1

rektbyfaith
Administrator
0
07-31-2025, 03:56 PM
#14
Archived author: Mithria • Posted: 2025-07-31T15:56:01.199000+00:00
Original source

you dont actually need to put superceded by spell at all
rektbyfaith
07-31-2025, 03:56 PM #14

Archived author: Mithria • Posted: 2025-07-31T15:56:01.199000+00:00
Original source

you dont actually need to put superceded by spell at all

rektbyfaith
Administrator
0
07-31-2025, 03:56 PM
#15
Archived author: Mithria • Posted: 2025-07-31T15:56:02.361000+00:00
Original source

can be 0
rektbyfaith
07-31-2025, 03:56 PM #15

Archived author: Mithria • Posted: 2025-07-31T15:56:02.361000+00:00
Original source

can be 0

rektbyfaith
Administrator
0
07-31-2025, 03:56 PM
#16
Archived author: Mithria • Posted: 2025-07-31T15:56:27.580000+00:00
Original source

in fact, with class spells, it should be 0
rektbyfaith
07-31-2025, 03:56 PM #16

Archived author: Mithria • Posted: 2025-07-31T15:56:27.580000+00:00
Original source

in fact, with class spells, it should be 0

rektbyfaith
Administrator
0
07-31-2025, 03:57 PM
#17
Archived author: Illu • Posted: 2025-07-31T15:57:21.692000+00:00
Original source

( we're still talking about supereced ? )
rektbyfaith
07-31-2025, 03:57 PM #17

Archived author: Illu • Posted: 2025-07-31T15:57:21.692000+00:00
Original source

( we're still talking about supereced ? )

rektbyfaith
Administrator
0
07-31-2025, 03:57 PM
#18
Archived author: Mithria • Posted: 2025-07-31T15:57:32.573000+00:00
Original source

yes
rektbyfaith
07-31-2025, 03:57 PM #18

Archived author: Mithria • Posted: 2025-07-31T15:57:32.573000+00:00
Original source

yes

rektbyfaith
Administrator
0
07-31-2025, 04:00 PM
#19
Archived author: Mithria • Posted: 2025-07-31T16:00:59.115000+00:00
Original source

1) im going to assume you have multiple ranks of overpower in Spell.dbc already, and if you're using the db, spell_dbc as well.

2) in SkillLineAbility.dbc (and _dbc table if you're using it), add all ranks of overpower. make sure they are part of the appropriate SkillLine

3) in spell_ranks db table, add all spell ranks in sequential order of rank.
first_spell_id will *always* be rank 1 of overpower for this rank chain, and spell_id will be each rank of overpower, with the rank column specifying which rank that row is for.
this means rank 1 will have first_spell_id and spell_id both set to the rank 1 spell
rank 2 would then have first_spell_id set to the rank 1 spell, and spell_id set to the rank 2 spell
rank 3 would also have first_spell_id set to the rank 1 spell, and spell_id set to the rank 3 spell
etc

4) in npc_trainer, add every spell to the desired trainer. note that most trainers also use a special ID to signify that the spell should be in every trainer of that type. warrior is ID 200002.
rektbyfaith
07-31-2025, 04:00 PM #19

Archived author: Mithria • Posted: 2025-07-31T16:00:59.115000+00:00
Original source

1) im going to assume you have multiple ranks of overpower in Spell.dbc already, and if you're using the db, spell_dbc as well.

2) in SkillLineAbility.dbc (and _dbc table if you're using it), add all ranks of overpower. make sure they are part of the appropriate SkillLine

3) in spell_ranks db table, add all spell ranks in sequential order of rank.
first_spell_id will *always* be rank 1 of overpower for this rank chain, and spell_id will be each rank of overpower, with the rank column specifying which rank that row is for.
this means rank 1 will have first_spell_id and spell_id both set to the rank 1 spell
rank 2 would then have first_spell_id set to the rank 1 spell, and spell_id set to the rank 2 spell
rank 3 would also have first_spell_id set to the rank 1 spell, and spell_id set to the rank 3 spell
etc

4) in npc_trainer, add every spell to the desired trainer. note that most trainers also use a special ID to signify that the spell should be in every trainer of that type. warrior is ID 200002.

rektbyfaith
Administrator
0
07-31-2025, 04:02 PM
#20
Archived author: Mithria • Posted: 2025-07-31T16:02:22.805000+00:00
Original source

i gotta get some sleep, best of luck!
rektbyfaith
07-31-2025, 04:02 PM #20

Archived author: Mithria • Posted: 2025-07-31T16:02:22.805000+00:00
Original source

i gotta get some sleep, best of luck!

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