mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
8 lines
219 B
Lua
8 lines
219 B
Lua
function event_death_complete(e)
|
|
eq.unique_spawn(105187,0,0,0,-673,8,0); -- NPC: the_spirit_of_Rile
|
|
end
|
|
|
|
function event_trade(e)
|
|
local item_lib = require("items");
|
|
item_lib.return_items(e.self, e.other, e.trade)
|
|
end
|