Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] Anything have experience modifying the sql DB e...

[DiscordArchive] Anything have experience modifying the sql DB e...

[DiscordArchive] Anything have experience modifying the sql DB e...

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
08-02-2025, 10:50 PM
#1
Archived author: Needle • Posted: 2025-08-02T22:50:21.628000+00:00
Original source

rektbyfaith
08-02-2025, 10:50 PM #1

Archived author: Needle • Posted: 2025-08-02T22:50:21.628000+00:00
Original source

rektbyfaith
Administrator
0
08-02-2025, 10:50 PM
#2
Archived author: Needle • Posted: 2025-08-02T22:50:22.111000+00:00
Original source

Thread automatically created by FoxxyBoxxy in <#415944535718494208>
rektbyfaith
08-02-2025, 10:50 PM #2

Archived author: Needle • Posted: 2025-08-02T22:50:22.111000+00:00
Original source

Thread automatically created by FoxxyBoxxy in <#415944535718494208>

rektbyfaith
Administrator
0
08-02-2025, 10:56 PM
#3
Archived author: exanimis • Posted: 2025-08-02T22:56:14.723000+00:00
Original source

u wonder can u create an item or spells in azeroth core if i understood correctly?
rektbyfaith
08-02-2025, 10:56 PM #3

Archived author: exanimis • Posted: 2025-08-02T22:56:14.723000+00:00
Original source

u wonder can u create an item or spells in azeroth core if i understood correctly?

rektbyfaith
Administrator
0
08-02-2025, 10:57 PM
#4
Archived author: FoxxyBoxxy • Posted: 2025-08-02T22:57:20.148000+00:00
Original source

Not creating, modifying. Here's an example of three entries I have in my SPP-WOTLK for CMANGOS, which I want to replicate to Azeroth Core when I switch over to Gromleqs repack:
message.txt
rektbyfaith
08-02-2025, 10:57 PM #4

Archived author: FoxxyBoxxy • Posted: 2025-08-02T22:57:20.148000+00:00
Original source

Not creating, modifying. Here's an example of three entries I have in my SPP-WOTLK for CMANGOS, which I want to replicate to Azeroth Core when I switch over to Gromleqs repack:
message.txt

rektbyfaith
Administrator
0
08-02-2025, 10:57 PM
#5
Archived author: FoxxyBoxxy • Posted: 2025-08-02T22:57:55.518000+00:00
Original source

just seeing if it's doable. I back them up into 'repplace into' sql snippets.. i know DB updates clear these
rektbyfaith
08-02-2025, 10:57 PM #5

Archived author: FoxxyBoxxy • Posted: 2025-08-02T22:57:55.518000+00:00
Original source

just seeing if it's doable. I back them up into 'repplace into' sql snippets.. i know DB updates clear these

rektbyfaith
Administrator
0
08-02-2025, 10:58 PM
#6
Archived author: FoxxyBoxxy • Posted: 2025-08-02T22:58:15.603000+00:00
Original source

So i modify, then clear the WDB, then the changes reflect. no file modification required on the client
rektbyfaith
08-02-2025, 10:58 PM #6

Archived author: FoxxyBoxxy • Posted: 2025-08-02T22:58:15.603000+00:00
Original source

So i modify, then clear the WDB, then the changes reflect. no file modification required on the client

rektbyfaith
Administrator
0
08-02-2025, 10:58 PM
#7
Archived author: FoxxyBoxxy • Posted: 2025-08-02T22:58:29.066000+00:00
Original source

just cache clear
rektbyfaith
08-02-2025, 10:58 PM #7

Archived author: FoxxyBoxxy • Posted: 2025-08-02T22:58:29.066000+00:00
Original source

just cache clear

rektbyfaith
Administrator
0
08-02-2025, 10:59 PM
#8
Archived author: exanimis • Posted: 2025-08-02T22:59:38.025000+00:00
Original source

u can create/modify any spell or item but for item i guess u can't just drag and drop spp-cmangos (idk if names in tables do match and table names) the easiest way to modify item or creature is using keria db editor from azeroth core's website
rektbyfaith
08-02-2025, 10:59 PM #8

Archived author: exanimis • Posted: 2025-08-02T22:59:38.025000+00:00
Original source

u can create/modify any spell or item but for item i guess u can't just drag and drop spp-cmangos (idk if names in tables do match and table names) the easiest way to modify item or creature is using keria db editor from azeroth core's website

rektbyfaith
Administrator
0
08-02-2025, 11:00 PM
#9
Archived author: exanimis • Posted: 2025-08-02T23:00:08.653000+00:00
Original source

for spell eding u would use https://github.com/stoneharry/WoW-Spell-Editor + c++ coding as it depends of spell
[Embed: GitHub - stoneharry/WoW-Spell-Editor: A Spell Editor for WoW versio...]
A Spell Editor for WoW versions WOTLK 3.3.5, TBC 2.4.3, or Vanilla 1.12.1. - stoneharry/WoW-Spell-Editor
https://github.com/stoneharry/WoW-Spell-Editor
rektbyfaith
08-02-2025, 11:00 PM #9

Archived author: exanimis • Posted: 2025-08-02T23:00:08.653000+00:00
Original source

for spell eding u would use https://github.com/stoneharry/WoW-Spell-Editor + c++ coding as it depends of spell
[Embed: GitHub - stoneharry/WoW-Spell-Editor: A Spell Editor for WoW versio...]
A Spell Editor for WoW versions WOTLK 3.3.5, TBC 2.4.3, or Vanilla 1.12.1. - stoneharry/WoW-Spell-Editor
https://github.com/stoneharry/WoW-Spell-Editor

rektbyfaith
Administrator
0
08-02-2025, 11:00 PM
#10
Archived author: FoxxyBoxxy • Posted: 2025-08-02T23:00:09.629000+00:00
Original source

right, I figured the DB schemas aren't the same. Just curious if I can do the same modifications
rektbyfaith
08-02-2025, 11:00 PM #10

Archived author: FoxxyBoxxy • Posted: 2025-08-02T23:00:09.629000+00:00
Original source

right, I figured the DB schemas aren't the same. Just curious if I can do the same modifications

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