Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Soulbinder_Snog.lua - Quest File
General Info
Quest File
-- Converted to .lua by Speedz function event_say(e) if(e.message:findi("hail")) then e.self:Say("Greetings " .. e.other:GetName() .. ". When a hero of our world is slain their soul returns to the place it was last bound and the body is reincarnated. As a member of the Order of Eternity it is my duty to [bind your soul] to this location if that is your wish."); elseif(e.message:findi("bind my soul")) then e.self:Say("Binding your soul. You will return here when you die."); e.self:CastSpell(2049,e.other:GetID(),0,1); -- Spell: Bind Affinity end end function event_trade(e) local item_lib = require("items"); item_lib.return_items(e.self, e.other, e.trade) end
Source: 17 Jan 2022
Quest Source: 28 May 2022