[DiscordArchive] <@456226577798135808> <@!224931509046345729> Do you know how to make the quest item drop only when t
[DiscordArchive] <@456226577798135808> <@!224931509046345729> Do you know how to make the quest item drop only when t
Archived author: nickolayis • Posted: 2020-05-26T20:33:50.188000+00:00
Original source
<@456226577798135808> <@!224931509046345729> Do you know how to make the quest item drop only when the quest is take?
Archived author: Kitzunu • Posted: 2020-05-26T20:34:59.484000+00:00
Original source
```sql
SET @ItemID := XXXX;
UPDATE `creature_loot_template` SET `questrequired` = 1 WHERE `item` = @ItemID;
```
ofc you could do this in Keira too
Archived author: nickolayis • Posted: 2020-05-26T20:39:53.187000+00:00
Original source
how to do in keira?
Archived author: nickolayis • Posted: 2020-05-26T20:39:59.373000+00:00
Original source
<@!224931509046345729>
Archived author: nickolayis • Posted: 2020-05-26T20:40:09.716000+00:00
Original source
i just got it to work
Archived author: Kitzunu • Posted: 2020-05-26T20:40:12.320000+00:00
Original source
cool