[DiscordArchive] can you show me the sql you're using?
[DiscordArchive] can you show me the sql you're using?
Archived author: Nyeriah • Posted: 2021-11-27T14:18:20.374000+00:00
Original source
can you show me the sql you're using?
Archived author: Malcrom • Posted: 2021-11-27T14:18:34.528000+00:00
Original source
Sec reheating coffee
Archived author: Malcrom • Posted: 2021-11-27T14:19:51.315000+00:00
Original source
``
Archived author: Malcrom • Posted: 2021-11-27T14:19:57.931000+00:00
Original source
```
-- Felendren the Banished
DELETE FROM `smart_scripts` WHERE `entryorguid`=15367 AND `source_type`=0 AND `id`=2;
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
(15367, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 41, 60000, 65, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Felendren the Banished - On Death - Set Respawn timer');
```
Archived author: Malcrom • Posted: 2021-11-27T14:20:28.461000+00:00
Original source
Trying this one first
Archived author: Nyeriah • Posted: 2021-11-27T14:21:15.738000+00:00
Original source
what I think that could be happening is that SAI is processed before the creature's death
Archived author: Nyeriah • Posted: 2021-11-27T14:21:31.177000+00:00
Original source
so the value we set gets overwritten by corpsedecay
Archived author: Malcrom • Posted: 2021-11-27T14:21:37.393000+00:00
Original source
oh
Archived author: Malcrom • Posted: 2021-11-27T14:24:33.978000+00:00
Original source
Garrick Padfoot, Grik'nir the Cold, Meven Korgal, Githyiss the Vile, Sarkoth, Yarrog Baneshadow, Chief Sharptusk Thornmantle, "Squealer" Thornmantle, and Surveyor Candress all need this too
Archived author: Nyeriah • Posted: 2021-11-27T14:25:16.605000+00:00
Original source
I think we *should* be able to set respawn timers lower than 5 minutes (corpse decay) but I hit some kind of technical roadblock