Add files via upload

This commit is contained in:
Dinkledork
2023-02-08 11:34:43 -07:00
committed by GitHub
parent 973cb1afaf
commit 8a0525c464
15 changed files with 1422 additions and 109 deletions

View File

@@ -1,4 +1,4 @@
local npcId = 400014 --ID from creature_template
local SwHorse = {}; --ID from creature_template
local dialogues = {
"Defend our lands with all you've got!",
@@ -34,5 +34,5 @@ local randomDialogue = dialogues[math.random(26)]
creature:SendUnitYell(randomDialogue,0)
end
RegisterCreatureEvent(npcId, 5, OnSpawn)
RegisterCreatureEvent(400014, 5, OnSpawn)