Updated custom scripts

This commit is contained in:
Dinkledork
2023-02-10 05:31:57 -07:00
committed by GitHub
parent c515b9a7eb
commit 4e7172544f
14 changed files with 403 additions and 7 deletions

9
Alleria1.lua Normal file
View File

@@ -0,0 +1,9 @@
local npcid = 400019
function OnSpawn(event, creature)
creature:SetWalk(true)
creature:MoveWaypoint()
creature:SetReactState(0)
end
RegisterCreatureEvent(npcid, 5, OnSpawn)