Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Hand in the Sand: Highlight quest start #1892

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ public void setupSteps()
talkToBert = new NpcStep(this, NpcID.BERT, new WorldPoint(2551, 3099, 0), "Talk to Bert in west Yanille.");
talkToBert.addDialogStep("Eww a hand, in the sand! Why haven't you told the authorities?");
talkToBert.addDialogStep("Sure, I'll give you a hand.");
talkToBert.addDialogStep("Yes.");
giveCaptainABeer = new NpcStep(this, NpcID.GUARD_CAPTAIN, new WorldPoint(2552, 3080, 0), "Give the Guard Captain in the pub south of Bert a beer. You can buy one for 2gp from the pub.", beer);
ringBell = new ObjectStep(this, ObjectID.BELL_6847, new WorldPoint(2598, 3085, 0), "Ring the bell outside the Wizards' Guild in Yanille. Talk to Zavistic Rarve when he appears.", beerHand);
ringBell.addDialogStep("I have a rather sandy problem that I'd like to palm off on you.");
Expand Down
Loading