Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
jolum revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
catapultam-habeo committed Feb 1, 2025
1 parent a29f8b2 commit 10cb6da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bazaar/Jolum.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
-- items: 17900, 17138
function event_say(e)
if(e.message:findi("hail")) then
e.self:Say("Hail! Nice to see ya, friend. I've got a fine selection of spankin' good spells, perhaps you'd be interested? Or maybe you'd like to learn how to [upgrade] your Grandmaster Trade items? Still yet, maybe you would like to know how to create a [Grandmaster's Medicine Bag]?");

elseif(e.message:findi("upgrade")) then
e.self:Say("What Grandmaster Trade item would you like to know how to upgrade? I can tell you how to upgrade your [Grandmaster Baker's Spoon], [Grandmaster Brewer's Corker], [Grandmaster Fletcher's Knife], [Grandmaster Jeweler's Eyeglass], [Grandmaster Potter's Sculpter], [Grandmaster Smith's Hammer], [Grandmaster Tailor's Needle], or your [Grandmaster Tinker's Spanner]. While you can't have more than one of the new items, they will summon a [bag] for you. Very useful for carrying heavy items about and such.");
e.self:Say("Hail! Nice to see ya, friend. I've got a fine selection of spankin' good spells, perhaps you'd be interested? Or maybe you'd like to learn how to make the [bag] from your Grandmaster Trade items a little more permanent?");

elseif(e.message:findi("bag")) then
e.self:Say("Its a very sturdy bag, but I'm afraid that it's only temporary. If you'd like to get a more permanent bag, just hand me your summoned one and I'll trade it out you.");
Expand Down

0 comments on commit 10cb6da

Please sign in to comment.