mirror of
https://github.com/araxiaonline/RandomScriptsforAzerothCore.git
synced 2026-06-13 02:22:19 -04:00
Updated custom scripts
This commit is contained in:
9
Alleria1.lua
Normal file
9
Alleria1.lua
Normal 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)
|
||||
Reference in New Issue
Block a user