[DiscordArchive] What does the "SET @Buff = 299" part do? I don't recognise the syntax. Also, just to be sure I under
[DiscordArchive] What does the "SET @Buff = 299" part do? I don't recognise the syntax. Also, just to be sure I under
Archived author: Delth • Posted: 2025-10-16T08:10:29.381000+00:00
Original source
What does the "SET @Buff = 299" part do? I don't recognise the syntax. Also, just to be sure I understand the basics here, is the idea for this to then add this spell to your character manually via gm command? Or is there a better pattern here?
Archived author: Mithria • Posted: 2025-10-16T08:45:26.134000+00:00
Original source
its declaring a variable named `@Buff` which equals the value 299. Then in the insert, `@Buff` is being used as the value for the column EffectBasePoints_1, which sets the value in that column to 299 for this entry.
what this is doing, is adding a server override to alter the behavior of spell 24460 (improved blessings) so that the duration of blessings is increased by 300% rather than the default 10% that this spell normally gives