[DiscordArchive] Anything have experience modifying the sql DB e...
[DiscordArchive] Anything have experience modifying the sql DB e...
Archived author: Needle • Posted: 2025-08-02T22:50:21.628000+00:00
Original source
Archived author: Needle • Posted: 2025-08-02T22:50:22.111000+00:00
Original source
Thread automatically created by FoxxyBoxxy in <#415944535718494208>
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?
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
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
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
Archived author: FoxxyBoxxy • Posted: 2025-08-02T22:58:29.066000+00:00
Original source
just cache clear
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
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
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