mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
Create Scar.lua
This commit is contained in:
parent
9031ca6c1e
commit
ff8d274517
1 changed files with 9 additions and 0 deletions
9
highpasshold/Scar.lua
Normal file
9
highpasshold/Scar.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
function event_signal(e)
|
||||
if(e.signal == 1) then
|
||||
e.self:Say("The boss might need some help!");
|
||||
local stanos = eq.get_entity_list():GetMobByNpcTypeID(5088); -- Stanos_Herkanor
|
||||
if ( stanos.valid ) then
|
||||
e.self:MoveTo(stanos:GetX(), stanos:GetY(), stanos:GetZ(), -1, false);
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue