Add files via upload

This commit is contained in:
Dinkledork
2023-03-16 03:44:34 -06:00
committed by GitHub
parent 27aa9b7e61
commit b0a3c479e8
7 changed files with 319 additions and 96 deletions

8
DarionTur2.lua Normal file
View File

@@ -0,0 +1,8 @@
local NPC_ID_DAMION_TUR = 400079
local SOUND_ID = 20436
local function OnDamionTurSpawn(event, creature)
creature:PlayDirectSound(SOUND_ID)
end
RegisterCreatureEvent(NPC_ID_DAMION_TUR, 5, OnDamionTurSpawn)