Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Chaenz_Abella.lua - Quest File
General Info
Quest File
-- items: 41000, 40999 local rujg = { expedition = { name="The Rujarkian Hills: Hidden Vale of Deceit", min_players=6, max_players=54 }, instance = { zone="rujg", version=50, duration=eq.seconds("3h") }, zonein = { x=238, y=-1163, z=128.375, h=0 }, compass = { zone="sro", x=1346.18, y=-2099.33, z=-88.0377 }, safereturn = { zone="sro", x=1349, y=-2161, z=-87, h=0 } -- made up, live uses southro -- compass = { zone="southro", x=-157.091, y=19.310, z=132.856 }, -- safereturn = { zone="southro", x=-1, y=-221, z=134, h=0 } } function event_say(e) if e.message:findi("hail") then eq.get_entity_list():MessageClose(e.self, true, 100, MT.SayEcho, ("Chaenz Abella gleams at you eagerly. 'Greetings, %s! Such hustle and bustle about, it's amazing how far the Wayfarer's Brotherhood has come in such a short time! I've been charged with welcoming new recruits while Morden is off exploring. In the meantime, I've got to focus on my duties. As always we could use stalwart lads and lasses to help us with our adventuring! If you can rally the call of your friends perhaps you can help us with a serious [" .. eq.say_link("problem") .. "].'"):format(e.other:GetCleanName())) elseif e.message:findi("problem") then eq.get_entity_list():MessageClose(e.self, true, 100, MT.SayEcho, "Chaenz Abella says, 'Our scout, Nevlen, just got back from the Rujarkian Hills after looking into a rumor of a huge stockpile of ill-gotten orcish treasure. He and his companion Crispen discovered that the rumor was true! We want to go back in and search for more of the treasure, but we have been told the orcs may be waiting for our arrival. We need to you get down there quickly to gather more samples from their stores before they move them! Are you [" .. eq.say_link("interested") .. "]?'") elseif e.message:findi("interested") then eq.get_entity_list():MessageClose(e.self, true, 100, MT.SayEcho, "Chaenz Abella says, 'Splendid! You should begin right away, but keep on your guard while searching for the treasure. They may be waiting for you.'") e.other:CreateExpedition(rujg) end end function event_trade(e) local item_lib = require('items'); local client_globals = eq.get_qglobals(e.other); if (client_globals["Wayfarer"] ~= nil and client_globals["Wayfarer"] == "3") then if (item_lib.check_turn_in(e.trade, {item1 = 41000})) then e.self:Say("I heard you had become knowledgeable about all aspects of the dungeons we've found. I must confess that I never had you pegged for such a great adventurer! I suppose I should welcome you -- as a member of the Wayfarers Brotherhood. The honor is well deserved. Congratulations!"); e.self:Say("Here is a token of my appreciation. Should you lose your Wayfarers Brotherhood Emblem or misplace it, I or Barstre, Selephra, Ruanya, Teria, or Vual will replace it."); e.other:Ding(); e.other:SummonItem(40999); -- Item: Wayfarers Brotherhood Emblem eq.target_global("Wayfarer", "4", "F", 0, e.other:CharacterID(), 0); end end item_lib.return_items(e.self, e.other, e.trade); end
Source: 17 Jan 2022
Quest Source: 28 May 2022