Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Basher_Alga.lua - Quest File
General Info
Quest File
--[[ Tutorial Revamp Re-write by Drogerin ##Color Reference guide##
Light Green
Dark Orange --]] function event_say(e) if (e.message:findi("hail") and eq.is_task_active(290)) then eq.popup("Hotbars & Hotkeys","
Hotbars
are the primary tools for playing Everquest. You can use the
Hotkeys
assigned to activate different types of abilities, alternate advancement abilities, and custom and pre-defined actions.
Click 'OK' to learn managing your Hotbars.
",6,0,0); else e.self:QuestSay(e.other, "Most important part of battle is preperation! Ya gonna get killed out there if ya don't. Dat's the first thing ya need to learn. I can shows you."); eq.task_selector({290}); end end function event_trade(e) item_lib.return_items(e.self, e.other, e.trade); end
Source: 17 Jan 2022
Quest Source: 28 May 2022