Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Frizznik_Hailstorm.lua - Quest File
General Info
Quest File
--[[ Tutorial revamp rewrite by Drogerin ##Color Reference Chart##
Dark Orange
Light Blue
Dark Green Frizznik Hailstorm NPCID -- 189017 Things to DO: Add as an (Opt) Optional task under Basic Training. --]] function event_say(e) if (e.message:findi("hail")) then e.self:QuestSay(e.other, "Well hello there. The name's Frizznik and I'm in charge of finding food for the revolt. I've found more than enough rat meat to make steaks, so if you want to cook yourself some food, be my guest. Would you like to learn to cook [" .. eq.say_link("rat steaks") .. "]?"); eq.popup("Tradeskills", "
The world of Norrath has many different types of tradeskills that allow players to create useful items and equipment Tradeskills are a fun pasttime and can also help your character to earn money by selling the items to other players. In this tutorial, Frizznik will teach you how to use the baking tradeskill.
Ask Frizznik about 'rat steaks' to continue.
", 5,0,0); elseif (e.message:findi("rat steaks")) then e.self:QuestSay(e.other, "It's not the greatest dish, but it'll have to do for now. Here's a nice rat sirloin for you and a jug of sauces."); e.other:SummonItem(59946) -- Gloomingdeep Rat Meat e.other:SummonItem(59947) -- Kobold Cooking Sauce eq.popup("Tradeskills", "
To cook the rat steaks that Frizznik has requested, use the oven next to him. Place the rat meat and the kobold cooking sauce into your inventory and then
left click
the oven to open the
Tradeskill Window
. Then
left click
the 'Search Recipes' button near the top of the window to display a list of recipes in the box below. Scroll down until you see 'Rat Steaks' on the list and
left click
on it. Then click the
Combine
button to cook the rat steak.
Click 'OK' to learn of a different way to cook a rat steak",1,0,0); 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