[DiscordArchive] I'm ok with sql and config edits, but dbc edits are a bit too much for me. Is there a simpler way to
[DiscordArchive] I'm ok with sql and config edits, but dbc edits are a bit too much for me. Is there a simpler way to
Archived author: metallinos • Posted: 2025-03-01T07:34:26.721000+00:00
Original source
By converting the DBCs to SQL and importing to spell_dbc you can effectively manage your DBCs fully in SQL, it's pretty simple
Archived author: metallinos • Posted: 2025-03-01T07:35:17.395000+00:00
Original source
As for non-SQL approaches to manipulate cooldowns, you can also do ".cooldown" to remove active cooldowns so you can research it again, or ".cheat cooldown" to skip future cooldowns altogether
Archived author: metallinos • Posted: 2025-03-01T07:39:37.177000+00:00
Original source
I already have my spell.dbc imported so I snagged the spell for you, to change the cooldown just change 72000000 to any value you want in ms (or 0)
message.txt
Archived author: metallinos • Posted: 2025-03-01T07:44:09.381000+00:00
Original source
The easy way of doing this is just using the Flying Black Qiraji Battle Tank, .learn 31700 or .cast 31700
Archived author: Fixitman • Posted: 2025-03-01T12:19:11.122000+00:00
Original source
I've already discovered the .cooldown GM command. I created a simple macro like so:
Archived author: Fixitman • Posted: 2025-03-01T12:20:13.890000+00:00
Original source
`.cooldown (spell id)`
Archived author: Ryan Turner • Posted: 2025-03-01T12:20:30.678000+00:00
Original source
you could just .cheat cooldown
Archived author: Fixitman • Posted: 2025-03-01T12:24:33.319000+00:00
Original source
Skipping all future cooldowns takes away the challenge completely. The macro maintains most of the challenge, so I'm happy with that. Thanks again for the options.